Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==4.44.1
->==5.8.0
Release Notes
gradio-app/gradio (gradio)
v5.8.0
Compare Source
Features
b2a21c6
- Add HTML support to paramviewer descriptions. Thanks @aliabd!ec10aa3
- Fix paramviewer descriptions to only render markdown links. Thanks @aliabd!ebe25bc
- Fix chatbot/chatinterface type mismatch. Thanks @abidlabs!01b919f
- Supportadditional_outputs
ingr.ChatInterface
. Thanks @abidlabs!b94f010
- Apply Zero GPU forgr.ChatInterface
. Thanks @abidlabs!8530b6e
- Redesign pending bubble in Chatbot. Thanks @hannahblair!e450674
- addwebcam_height
andwebcam_width
to specify the resolution of the Webcam. Thanks @yinsumirage!Fixes
36e9597
- Fixes options in the streaming chatbot case. Thanks @abidlabs!97d647e
- Fix state changes within a gr.render. Thanks @aliabid94!98dd668
- add http codes 303 and 307 tourl_ok
. Thanks @sharon-wang!b02c8b7
- Fix sharing on chatbot with spaces. Thanks @aliabid94!5d61c7b
- Fix lazy caching. Thanks @abidlabs!ce5680f
- Add event and gr.Select data support in gr.render blocks. Thanks @aliabid94!de42c85
- fixevery=
support in render. Thanks @aliabid94!5ea3cb5
- Updaterequirements.txt
forgradio
andgradio_client
. Thanks @abidlabs!v5.7.1
Compare Source
Features
cbd7032
- fix: stream node response to user. Thanks @XciD!c38cf64
- Use get_token instead of HfFolder.get_token. Thanks @Wauplin!Fixes
368ba73
- Update Chat Interface examples and add more LLM libraries and API providers. Thanks @abidlabs!19d4ee6
- Allow concurrent renders. Thanks @aliabid94!afd75de
- Fix label placement in gr.HTML. Thanks @hannahblair!v5.7.0
Compare Source
Features
5d36c80
- Addgr.datetime
a paraminteractive:bool
. Thanks @yinsumirage!458941c
- Allow full screen mode in interactive gr.Image. Thanks @hannahblair!a95fda1
- fix small bug when join src & api_prefix. Thanks @Chandler-Bing!4aa0e88
- Addcontainer parameter
togr.HTML
component. Thanks @yinsumirage!a2a3cd4
- Addshow_heading
param to gr.Label. Thanks @hannahblair!ba05a7c
- fix typing of launcher function. Thanks @JackismyShephard!e7629f7
- Adds copy event togr.Markdown
,gr.Chatbot
, andgr.Textbox
. Thanks @abidlabs!369a44e
- Add ability to provide preset response options ingr.Chatbot
/gr.ChatInterface
. Thanks @abidlabs!bea3d2e
- Add api_name for ChatInterface. Thanks @freddyaboulton!Fixes
e9f0d03
- Ensure Enter is correctly handled in Safari and Firefox. Thanks @hannahblair!c3324d7
- Fix issues related to examples and example caching ingr.ChatInterface
. Thanks @abidlabs!5da6c1d
- Ensure chatbot messages are aligned correctly. Thanks @hannahblair!ed156e2
- Fix state serialization issue. Thanks @freddyaboulton!7b8f1e4
- Fix double gallery close button in preview. Thanks @freddyaboulton!2e2cdbf
- Fix css preload when serving from proxied subpaths. Thanks @amol-!d0b74ba
- Ensure toolbar stays visible for large images in ImageEditor. Thanks @hannahblair!db162bf
- enable lazy caching for chatinterface. Thanks @abidlabs!29cfc03
- Callrun_extra_startup_events
in Lite. Thanks @whitphx!7d134e0
- Fix example loading issue. Thanks @freddyaboulton!74f22d5
- Fix Starlette templating deprecation warning. Thanks @abidlabs!f2fa270
- Fix Node.js start in Windows. Thanks @rrg92!0879be7
- Ensureshow_label
param is used in HighlightedText. Thanks @hannahblair!2afcad8
- Allow negative values in gr.Slider. Thanks @hannahblair!c1fa13c
- Ensure ImageEditor brush colour is updated when changed. Thanks @hannahblair!e0ed480
- Remove duplicated share icon in gr.Chatbot. Thanks @hannahblair!v5.6.0
Compare Source
Features
eafe22c
- Clearer error message in CheckboxGroup's preprocess function. Thanks @muhammadyaseen!eae345e
- Allow settings custom headers in js client. Thanks @elgiano!a70ba5e
- Clearer error message in Dropdown's and Radio's preprocess function. Thanks @muhammadyaseen!66375ac
- Fix typo in Exception raised by base.py. Thanks @meg-huggingface!fc06fe4
- Add ability to read and write from LocalStorage. Thanks @abidlabs!da6f191
- Remember token locally withgr.load()
. Thanks @abidlabs!Fixes
cfb62bf
- Allow dataframe column content to wrap. Thanks @hannahblair!c0cf80b
- Allow datetime value to be null. Thanks @hannahblair!75ad3e3
- SSR Safari Fix. Thanks @dawoodkhan82!08f4b8b
- Addallow_file_downloads
param to allow downloading image/video/audio media in chatbot. Thanks @hannahblair!d81f430
- fix: Fix filename stripping to preserve extensions. Thanks @TakaSoap!a966e9f
- Hide upload button after upload whenfile_count="single"
. Thanks @abidlabs!74b4ff0
- Ensure radio radius is consistent with checkbox radius. Thanks @hannahblair!f523c91
- Ensure dropped files are validated in MultimediaTextbox. Thanks @hannahblair!v5.5.0
Compare Source
Features
8305ff8
- Adds.expand()
and.collapse()
events togr.Accordion
. Thanks @abidlabs!a1582a6
- Lite worker refactoring. Thanks @whitphx!fc12496
- Allow uploading more files in gr.File. Thanks @hannahblair!dcfa7ad
- Enforcemeta
key present during preprocess in FileData payloads. Thanks @freddyaboulton!d407c00
- Add.download()
event togr.File
. Thanks @abidlabs!b6725cf
- Lite auto-load imported modules withpyodide.loadPackagesFromImports
. Thanks @whitphx!f109497
- Fix frontend errors on ApiDocs and RecordingSnippet. Thanks @whitphx!d1cfe1e
- Allow plot tooltip to show extra columns. Thanks @aliabid94!Fixes
4d90883
- Allows selection of directories in File Explorer. Thanks @aliabid94!e10bbd2
- Fix live interfaces for audio/image streaming. Thanks @freddyaboulton!458a38c
- Fixes for ChatInterface Examples when additional inputs are provided. Thanks @dawoodkhan82!7ed8d02
- Fix Loading SSR'd apps via gr.load. Thanks @freddyaboulton!6c8a064
- Ensure non-form elements are correctly positioned when scale is applied. Thanks @hannahblair!120198f
- Fixes LoginButton for SSR. Thanks @dawoodkhan82!6866a54
- Ensure gallery share button is positioned correctly. Thanks @hannahblair!69acfeb
- Make sure the Tool accordion is closed if it is not the last message. Thanks @freddyaboulton!7d77024
- Fix dataframe height increasing on scroll. Thanks @abidlabs!c1cb5be
- Fix: Resolve copy button visibility issue in Textbox component. Thanks @rahulsamant37!fa5d433
- Do not load code in gr.NO_RELOAD in the reload mode watch thread. Thanks @freddyaboulton!v5.4.0
Compare Source
Features
febbed6
- Pin multipart version to fix issues with yanking. Thanks @aliabd!d2b56a4
- more fix. Thanks @pngwn!ff5be45
- Usesafehttpx.get()
instead ofasync_get_with_secure_transport()
. Thanks @abidlabs!5e89b6d
- Allow accepting user-provided-tokens ingr.load
. Thanks @abidlabs!160b27c
- Update requirements.txt to allow pillow 11.x. Thanks @bob-jones-cs!b1b81c9
- Hide option to add row/col when count is fixed in dataframe. Thanks @hannahblair!78e3b51
- Allow setting plotly margins. Thanks @aliabid94!Fixes
767643f
- Fix a bug in example textbox rendering when it is initially invisible. Thanks @cornzz!a4e70f3
- Fix Tabs in Rows. Thanks @aliabid94!3b9ed29
- Fix avatar image placement in Chatbot. Thanks @hannahblair!f971ca6
- added audioop-lts module to support pydub for python3.13+. Thanks @samy-FERGUI!1163a37
- Fixes component info font size. Thanks @dawoodkhan82!6505d42
- support gradio apps on spaces served on subpaths. Thanks @pngwn!b538bda
- update docstring for the the "variant" parameter ingr.Button
. Thanks @fadingNA!90d9d14
- use different env var for node port range. Thanks @pngwn!f15808e
- fix: use system timezone in gr.DateTime with include_time=False. Thanks @lcian!caf3650
- Exclude python-multipart 0.0.13. Thanks @whitphx!v5.3.0
Compare Source
Features
5015abb
- fix@gradio/sanitize
exports. Thanks @pngwn!92f337c
- Fix website build issue. Thanks @aliabd!7579e92
- Allow smoother plot changes. Thanks @aliabid94!Fixes
47b5565
- Fix broken image select. Thanks @aliabid94!36a5076
- Update client.py: raise error on 429 get_config. Thanks @Pendrokar!a72e1a9
- Streaming Markdown in chatbot Component Fix. Thanks @dawoodkhan82!16895e8
- Fixes #9742. Thanks @crypdick!cd7dab7
- Improve select event behaviour in gr.Dataframe. Thanks @hannahblair!2932e06
- Fix API info bug. Thanks @freddyaboulton!61cd768
- Ensures tabs with visible set to false are not visible. Thanks @hannahblair!38701a9
- Fix icons not showing in Safari. Thanks @hannahblair!2ade59b
- ExportTabs
type from@gradio/tabs
and fix the Playground to be compatible with the new Tabs API. Thanks @whitphx!bcb7d15
- Add a.clear
event to thegr.Chatbot
component. Thanks @abidlabs!df34f58
- Fixes bug where SVG icons could not be used in Buttons/Chatbots. Thanks @freddyaboulton!v5.1.0
Compare Source
Features
b1c5a68
- Tweak message shown in Colab notebooks. Thanks @abidlabs!8f6626c
- Fix streaming Audio/Video Output. Thanks @freddyaboulton!3407b50
- Chat Interface Functional test Fix + Chat Examples Center. Thanks @dawoodkhan82!3a19e69
- Revert text disable. Thanks @whitphx!Fixes
fd0264f
- Fix Audio in Chatbot bug. Thanks @freddyaboulton!v5.0.2
Compare Source
Fixes
9004b11
- Fix Lite to work on FireFox. Thanks @whitphx!v5.0.1
Compare Source
Features
9b58ab0
- bump to node 20. Thanks @pngwn!ec95b02
- Fix stopping chat interface when stop button is clicked. Thanks @aliabid94!c163182
- Fix dark mode detection and container height. Thanks @pngwn!5923c67
- Fix Chatbot Examples Error. Thanks @freddyaboulton!5d98550
- Fixretry
andundo
reactivity in gr.Chatbot. Thanks @hannahblair!1f3ee97
- Fix Functional Tests. Thanks @dawoodkhan82!Fixes
2eaa066
- Fix duplicate attribute error. Thanks @pngwn!v5.0.0
Compare Source
Fixes
9f71086
- Ensure undo/try shows for final bot message in gr.Chatbot. Thanks @hannahblair!Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.