gradio@5.9.0
Features
- #10196
c9ba9a4- Use the modern lower-case Python types in the API typing information. Thanks @abidlabs! - #10149
9cd291b- Resizeable chatbot. Thanks @aliabid94! - #10109
48e4aa9- adds arun_examples_on_clickparameter togr.ChatInterfacemirroring the therun_on_clickparameter ingr.Examples. Thanks @abidlabs! - #10135
3e93740- Improve pasted text behaviour inMultimodaltextbox. Thanks @hannahblair! - #10098
9a6ce6f- Refactor full screen logic to be reusable. Thanks @hannahblair! - #10111
3665e81- Allow Chatbot examples to show more than one image. Thanks @hannahblair! - #10088
cb5b891- RefactorNO_RELOADimplementation. Thanks @CNSeniorious000! - #10132
6645518- Tweak Chatbotbubble_full_widthbehaviour. Thanks @hannahblair! - #10198
494c4dd- Add note that SSR mode is experimental. Thanks @abidlabs! - #10155
23a2958- Add a.click()event andpaddingparameter to theHTMLcomponent. Thanks @abidlabs! - #10158
19e1ef5- make printing the error message from agr.Errorto the console configurable. Thanks @obendidi! - #10137
fe7a9db- Improve uploaded file UI in Chatbot. Thanks @hannahblair! - #10169
25484f4- By default, consecutive messages are displayed in the same bubble. This is controlled by the newdisplay_consecutive_in_same_bubbleparam of Chatbot. Thanks @freddyaboulton! - #10092
20b9d72- Pass value ofHF_TOKENenvironment variable when loading models withgr.load. Thanks @abidlabs! - #10166
8ac5b13- Add Japanese translations for login UI. Thanks @kazuhitoyokoi! - #10193
424365b- JSON type fix in Client and and typing fix for/chatendpoint ingr.ChatInterface. Thanks @abidlabs! - #10159
7ca3685- Add Japanese message into message catalog. Thanks @kazuhitoyokoi! - #10188
22fe4ce- FixmultipartModuleNotFoundError by renaming import topython_multipart. Thanks @archiloque!
Fixes
- #10168
7d70596- Multimodal autofocus fix. Thanks @dawoodkhan82! - #10167
5f03649- Let Gradio be typed!. Thanks @abidlabs! - #10185
e525680- Clean upgr.ChatInterfaceand fix API type discrepancy. Thanks @abidlabs! - #10131
4984e84- Fix API docs formultimodal_textbox.py. Thanks @abidlabs! - #10129
2b55302- Quick Fix: Fixes autoplay parameter for Audio/Video in Chatbot. Thanks @dawoodkhan82! - #10190
b4004e3- Support event + request data in gr.render triggers. Thanks @aliabid94! - #10170
5e6e234- Custom component in rerender. Thanks @aliabid94! - #10161
3a053cc- Fix chatbotvisibleprop not reacting to changes. Thanks @freddyaboulton! - #10097
43d88c3- Fix: Added support for show_api in mount_gradio_app. Thanks @HongweiRuan!