@gradio/workflowcanvas@0.7.0
📦 gradioView on GitHub →
✨ 8 features🔧 1 symbols
Summary
Introduces significant enhancements to gr.Workflow, including auto-creation of input/output nodes, resizable nodes, full-screen image viewing, and webcam/microphone capture. The UI for node connections has also been improved, and "Data" has been renamed to "Dataset".
✨ New Features
- gr.Workflow: auto-create input/output nodes for model nodes (as already happens for Space nodes).
- gr.Workflow: replace the "Input"/"Output" buttons with a single "Component" button whose direction is derived from wiring.
- gr.Workflow: rename "Data" to "Dataset".
- gr.Workflow: allow node error messages to be copied.
- gr.Workflow: document the `oauth_token` parameter in the View API panel.
- gr.Workflow: resizable nodes.
- gr.Workflow: full-screen image view.
- gr.Workflow: webcam/mic capture.