Change8

gradio@6.19.0

📦 gradioView on GitHub →
2 features🐛 5 fixes🔧 4 symbols

Summary

This release introduces significant enhancements to Gradio Workflows, enabling API execution for subgraphs, alongside several accessibility and component usability fixes.

✨ New Features

  • Gradio Workflow subgraphs are now run via the Gradio API, exposing each subgraph as a named endpoint (returning all of its outputs) reusing /info, /call, and /api endpoints, with a "View API" panel in the canvas.
  • i18n choices display names are re-translated when the language is switched at runtime.

🐛 Bug Fixes

  • Dropdowns are now accessible to screen readers using the combobox ARIA pattern.
  • Fixed incorrect coordinates returned by `gr.SelectData` when the image in `gr.Image` does not fill its container.
  • Fixed fullscreen button functionality in ImageSlider, interactive Image, native plots, and AnnotatedImage components.
  • Fixed long unbroken text overflowing in the Markdown component.
  • Refactored space and model discovery modal.

Affected Symbols