You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#13534a11c728 - Re-translate i18n choices display names when the language is switched at runtime. Thanks @hysts!
#13524d4d340d - Run gr.Workflow subgraphs via the Gradio API — each subgraph is exposed as a named endpoint (returning all of its outputs) reusing /info, /call, and /api, with a "View API" panel in the canvas. Thanks @abidlabs!
Fixes
#135429d83502 - Make dropdowns accessible to screen readers (combobox ARIA pattern). Thanks @hysts!
#135320a933b4 - Fix gr.SelectData coordinates when the image in gr.Image does not fill its container. Thanks @hysts!