Daily News · 1 min read

Hugging Face AI Updates: August 25, 2026

1. Hugging Face Adds Visual AI Workflows to Gradio

Hugging Face. A Hugging Face blog post introduces gr.Workflow, a Gradio feature that turns AI pipelines into visual, drag-and-drop interfaces. Developers describe their steps as a graph of typed nodes, and Gradio generates both a web interface and a REST API. The feature chains together models, Spaces, and custom Python functions for multi-step AI applications. Source