github gradio-app/gradio gradio@6.28.0

6 hours ago

Features

  • #13840 aab9fcf - workflow: add styling to input nodes. Thanks @hannahblair!
  • #13836 abf6825 - workflow: add pending node UI. Thanks @hannahblair!
  • #13573 5ab610f - workflow: add getting started templates. Thanks @hannahblair!
  • #13850 cb0cdac - Add keyword arguments for event inputs. Thanks @abidlabs!
  • #13851 afffecc - Add configurable tab overflow and alignment. Thanks @abidlabs!
  • #13843 8193f16 - Speed up multipage app navigation. Thanks @abidlabs!
  • #13862 3353446 - Expose live camera and slider position to event handlers. Thanks @abidlabs!/n camera_position on gr.Model3D and slider_position on gr.ImageSlider now follow the user, so a function whose parameter is annotated with the component reads the view that is actually on screen. Both can still be set from the backend to move the camera or the divider./n Also fixes, in the same area:/n - camera_position is applied on load for display_mode="point_cloud" and display_mode="wireframe", not only for "solid"./n - camera_position is applied to interactive (uploadable) gr.Model3D, and slider_position to interactive gr.ImageSlider; both previously ignored it./n - pan_speed is passed through to the gr.Model3D viewer; it was silently stuck at its default./n - A Model3D camera observer was added on every camera update without ever being removed; exactly one is now registered, and it is cleaned up with the component.

Fixes

Don't miss a new gradio release

NewReleases is sending notifications on new releases.