gradio@6.14.0
New release fixes slider crashes and improves gallery events.
Gradio, the popular open-source Python library for building machine learning demos, has released version 6.14.0. This update brings several new features and critical fixes. Notably, it introduces a theme designer skill, allowing users to customize the look of their interfaces more easily. Additionally, Model3D unit tests have been added, improving stability for 3D model rendering. The Dialogue component also gets unit tests, enhancing reliability for conversational UIs.
On the bug-fix side, the update resolves a crash in `gr.Slider` when using zero-width ranges, and prevents the gallery select event from triggering when the value is updated programmatically. A misdescription of the `js` parameter in `Blocks.load` has also been corrected. Notably, events are now removed from the queue when cancelled, reducing resource waste. The release includes contributions from five developers and is signed with GitHub's verified signature.
- New theme designer skill for customizing Gradio UIs
- Fixes gr.Slider crash for zero-width ranges
- Removes cancelled events from the queue to improve performance
Why It Matters
Improves developer experience for building ML demos with fewer bugs and more customization options.