connect nodes to build AI pipelines, powered by Hugging Face
Create AI pipelines by connecting nodes. Bring together Hugging Face Spaces, models, datasets, and your own Python functions on a visual canvas - or let AI agents build workflows programmatically. Inspect intermediate inputs and outputs, and swap in better models without rebuilding your workflow. No downloads needed! Share with a URL or run via a REST API.
every multi-step ai thing i've built ends up as something that works on my machine and nowhere else.
gr.workflow changes that! you build the pipeline as a graph, inputs and steps and outputs, and that graph is the thing you share. there's no separate ui to write afterwards. it taps straight into the hugging face hub. any model served by inference providers, anyone's public space, datasets, all of them drop onto the canvas as nodes. nothing to download, nothing to wrap. your own python functions sit right next to them.
it's built on gradio, so if you've shipped a gradio app you already know most of it. hope you find this tool helpful, and I can't wait to see what you built with it! it is still in beta, so feel free to report any issues via our github repo or our discord. happy building!
Hugging Face
hey product hunt 👋
every multi-step ai thing i've built ends up as something that works on my machine and nowhere else.
gr.workflow changes that! you build the pipeline as a graph, inputs and steps and outputs, and that graph is the thing you share. there's no separate ui to write afterwards. it taps straight into the hugging face hub. any model served by inference providers, anyone's public space, datasets, all of them drop onto the canvas as nodes. nothing to download, nothing to wrap. your own python functions sit right next to them.
it's built on gradio, so if you've shipped a gradio app you already know most of it. hope you find this tool helpful, and I can't wait to see what you built with it! it is still in beta, so feel free to report any issues via our github repo or our discord. happy building!