@gradio/workflowcanvas@0.6.0
📦 gradioView on GitHub →
✨ 7 features🐛 1 fixes🔧 1 symbols
Summary
This release introduces significant enhancements to Gradio's workflow capabilities, including model endpoint integration, HTML modality, and improved UX. It also includes a bug fix for handling sync server functions.
✨ New Features
- Added model endpoint integration to workflows.
- Improved canvas authoring and examples in workflows.
- Added HTML modality to workflows.
- Introduced various UX improvements for workflows, including automatically opening the write-access link in a browser tab when a `gr.Workflow` is launched locally.
- Enabled `image-text-to-text` model nodes to work by calling vision-language models through chat completions.
- Fixed error banner and textarea visibility in workflows.
- Ensured handling of trailing null values in workflows.
🐛 Bug Fixes
- Used `anyio.to_thread` to send sync server functions to the thread pool in workflows.