Features
- #7743
a2badf1
- Migrate to Storybook 8. Thanks @hannahblair! - #7680
853d945
- Add format parameter to gr.Image, gr.Gallery, gr.AnnotatedImage, gr.Plot to control format to save image files in. Thanks @dfl! - #7691
84f81fe
- Closing stream from the backend. Thanks @aliabid94! - #7420
15da39f
- Multimodal Textbox (Chat Input Component). Thanks @dawoodkhan82! - #7712
aca4892
- More fixes forgr.load()
as well as a tweaking the__str__
and__repr__
methods of components. Thanks @abidlabs! - #7660
f739bef
- Add Playground to Lite Custom Element. Thanks @aliabd! - #7710
0a3870d
- Call handle_darkmode() even ifwindow.__gradio_mode__ === "website"
but enforce the light theme. Thanks @whitphx! - #7572
7d3c868
- Detailed error message for wasm_utils.get_registered_app(). Thanks @whitphx! - #7734
04857bc
- Addallowed_paths
,blocked_paths
,show_error
, andfavicon_path
parameters togr.mount_gradio_app
. Thanks @abidlabs! - #7667
aba4470
- Addauth
,auth_message
, androot_path
parameters tomount_gradio_app
. Thanks @abidlabs!
Fixes
- #7716
188b86b
- Add support for object-detection models ingr.load()
. Thanks @abidlabs! - #7564
5d1e8da
- batch UI updates on a per frame basis. Thanks @pngwn! - #7718
6390d0b
- Add support for python client connecting to gradio apps running with self-signed SSL certificates. Thanks @abidlabs! - #7697
a1c24db
- Fix OAuth + fix OAuth documentation + undocument logout button. Thanks @Wauplin! - #7623
c9aba8d
- Fixes: gr.Markdown is not updated properly when it has an image tag. Thanks @dawoodkhan82! - #7704
95c6bc8
- Fix flagged files and ensure that flagging_mode="auto" saves output components as well. Thanks @abidlabs! - #7706
bc61ff6
- Several fixes togr.load
. Thanks @abidlabs! - #7733
7f9b291
- Cast button value as string in postprocess. Thanks @heaversm! - #7691
84f81fe
- Fix race condition between state updates and loading_status updates. Thanks @aliabid94! - #7709
f67759d
- Fix wasm_proxied_mount_css to not reuse an existing style element. Thanks @whitphx! - #7703
598ad7b
- fix dev mode. Thanks @pngwn! - #7707
28342a2
- Fix httpx timeout issues. Thanks @freddyaboulton!