Features
- #9235
f8b411f
- Built-in submit and stop buttons ingr.ChatInterface(multimodal=False)
, addingsubmit_btn
andstop_btn
props togr.Textbox()
andgr.MultimodalText()
. Thanks @whitphx! - #9201
5492e74
- Move buttons from chat_interface into Chatbot. Thanks @freddyaboulton! - #9199
3175c7a
- Redesigngr.Tabs()
. Thanks @hannahblair! - #9167
e9e737e
- Redesigngr.Button()
. Thanks @hannahblair! - #9218
4a832f4
- Adds TLS to FRP tunnel. Thanks @abidlabs! - #9166
8a75559
- Minor changes to flagging for 5.0. Thanks @abidlabs! - #9254
03f3735
- Adds a "huggingface" button variant, and makes it the default forgr.LoginButton
andgr.DuplicateButton
. Thanks @abidlabs! - #9187
5bf00b7
- make all component SSR compatible. Thanks @pngwn! - #9236
dd8e2e3
- Improve button consistency across light/dark mode. Thanks @hannahblair! - #9225
5f2e047
- Add a 'None' option to the gradio.Image component to disable image_m…. Thanks @GeeMoose! - #9204
3c73f00
- 🔡 Update default core Gradio font. Thanks @hannahblair! - #9245
c8cfe93
- Lighten secondary button grey fill. Thanks @hannahblair! - #9246
38cf712
- Stop usingmultiprocessing
inflagging.CSVLogger
on Lite v5. Thanks @whitphx! - #9216
e137b30
- Decrease component radii and remove input shadows. Thanks @hannahblair! - #9200
2e179d3
- prefix api routes. Thanks @pngwn!