Skip to main content
Back to News
AI Development

Gradio Introduces gr.Workflow for Visual AI Pipeline Development

Gradio has launched gr.Workflow, a new feature that allows developers to build, visualize, and deploy AI pipelines as drag-and-drop graphs.

Published: August 25, 2026By GetAISet Editorial
Source: Hugging FaceView original article

Original source published: August 25, 2026

Gradio has introduced gr.Workflow, a tool designed to simplify the creation of AI pipelines by representing them as interactive, visual graphs. Instead of traditional Python-based wiring, developers can use a drag-and-drop canvas where each node represents a specific step in a process. These nodes can execute custom Python functions, call models via Hugging Face Inference Providers, interact with other Gradio Spaces, or process data from the Hugging Face Hub.

This approach provides visibility into intermediate results at every stage of the pipeline. Once a workflow is constructed, it automatically functions as a REST API, allowing developers to trigger specific outputs programmatically. Workflows can also be deployed to Hugging Face Spaces with a single command. For developers working with GPU-intensive tasks, the tool supports the use of ZeroGPU by decorating functions with @spaces.GPU. This update aims to streamline the development and debugging of complex AI applications by making the pipeline structure the primary interface.