Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
562 KiB
gradio
5.6.0
Features
- #9906
eafe22c
- Clearer error message in CheckboxGroup's preprocess function. Thanks @muhammadyaseen! - #9930
eae345e
- Allow settings custom headers in js client. Thanks @elgiano! - #9921
a70ba5e
- Clearer error message in Dropdown's and Radio's preprocess function. Thanks @muhammadyaseen! - #9933
66375ac
- Fix typo in Exception raised by base.py. Thanks @meg-huggingface! - #9950
fc06fe4
- Add ability to read and write from LocalStorage. Thanks @abidlabs! - #9966
da6f191
- Remember token locally withgr.load()
. Thanks @abidlabs!
Fixes
- #9949
cfb62bf
- Allow dataframe column content to wrap. Thanks @hannahblair! - #9897
c0cf80b
- Allow datetime value to be null. Thanks @hannahblair! - #9958
75ad3e3
- SSR Safari Fix. Thanks @dawoodkhan82! - #9905
08f4b8b
- Addallow_file_downloads
param to allow downloading image/video/audio media in chatbot. Thanks @hannahblair! - #9913
d81f430
- fix: Fix filename stripping to preserve extensions. Thanks @TakaSoap! - #9946
a966e9f
- Hide upload button after upload whenfile_count="single"
. Thanks @abidlabs! - #9901
74b4ff0
- Ensure radio radius is consistent with checkbox radius. Thanks @hannahblair! - #9904
f523c91
- Ensure dropped files are validated in MultimediaTextbox. Thanks @hannahblair!
5.5.0
Features
- #9875
8305ff8
- Adds.expand()
and.collapse()
events togr.Accordion
. Thanks @abidlabs! - #9424
a1582a6
- Lite worker refactoring. Thanks @whitphx! - #9891
fc12496
- Allow uploading more files in gr.File. Thanks @hannahblair! - #9898
dcfa7ad
- Enforcemeta
key present during preprocess in FileData payloads. Thanks @freddyaboulton! - #9887
d407c00
- Add.download()
event togr.File
. Thanks @abidlabs! - #9726
b6725cf
- Lite auto-load imported modules withpyodide.loadPackagesFromImports
. Thanks @whitphx! - #9786
f109497
- Fix frontend errors on ApiDocs and RecordingSnippet. Thanks @whitphx! - #9800
d1cfe1e
- Allow plot tooltip to show extra columns. Thanks @aliabid94!
Fixes
- #9835
4d90883
- Allows selection of directories in File Explorer. Thanks @aliabid94! - #9883
e10bbd2
- Fix live interfaces for audio/image streaming. Thanks @freddyaboulton! - #9804
458a38c
- Fixes for ChatInterface Examples when additional inputs are provided. Thanks @dawoodkhan82! - #9827
7ed8d02
- Fix Loading SSR'd apps via gr.load. Thanks @freddyaboulton! - #9882
6c8a064
- Ensure non-form elements are correctly positioned when scale is applied. Thanks @hannahblair! - #9880
120198f
- Fixes LoginButton for SSR. Thanks @dawoodkhan82! - #9881
6866a54
- Ensure gallery share button is positioned correctly. Thanks @hannahblair! - #9826
69acfeb
- Make sure the Tool accordion is closed if it is not the last message. Thanks @freddyaboulton! - #9892
7d77024
- Fix dataframe height increasing on scroll. Thanks @abidlabs! - #9859
c1cb5be
- Fix: Resolve copy button visibility issue in Textbox component. Thanks @rahulsamant37! - #9886
fa5d433
- Do not load code in gr.NO_RELOAD in the reload mode watch thread. Thanks @freddyaboulton!
5.4.0
Features
- #9834
febbed6
- Pin multipart version to fix issues with yanking. Thanks @aliabd! - #9792
d2b56a4
- more fix. Thanks @pngwn! - #9795
ff5be45
- Usesafehttpx.get()
instead ofasync_get_with_secure_transport()
. Thanks @abidlabs! - #9807
5e89b6d
- Allow accepting user-provided-tokens ingr.load
. Thanks @abidlabs! - #9819
160b27c
- Update requirements.txt to allow pillow 11.x. Thanks @bob-jones-cs! - #9649
b1b81c9
- Hide option to add row/col when count is fixed in dataframe. Thanks @hannahblair! - #9805
78e3b51
- Allow setting plotly margins. Thanks @aliabid94!
Fixes
- #9831
767643f
- Fix a bug in example textbox rendering when it is initially invisible. Thanks @cornzz! - #9836
a4e70f3
- Fix Tabs in Rows. Thanks @aliabid94! - #9769
3b9ed29
- Fix avatar image placement in Chatbot. Thanks @hannahblair! - #9757
f971ca6
- added audioop-lts module to support pydub for python3.13+. Thanks @samy-FERGUI! - #9651
1163a37
- Fixes component info font size. Thanks @dawoodkhan82! - #9814
6505d42
- support gradio apps on spaces served on subpaths. Thanks @pngwn! - #9806
b538bda
- update docstring for the the "variant" parameter ingr.Button
. Thanks @fadingNA! - #9815
90d9d14
- use different env var for node port range. Thanks @pngwn! - #9825
f15808e
- fix: use system timezone in gr.DateTime with include_time=False. Thanks @lcian! - #9783
caf3650
- Exclude python-multipart 0.0.13. Thanks @whitphx!
5.3.0
Features
- #9746
5015abb
- fix@gradio/sanitize
exports. Thanks @pngwn! - #9756
92f337c
- Fix website build issue. Thanks @aliabd! - #9781
7579e92
- Allow smoother plot changes. Thanks @aliabid94!
Fixes
- #9770
47b5565
- Fix broken image select. Thanks @aliabid94! - #9754
36a5076
- Update client.py: raise error on 429 get_config. Thanks @Pendrokar! - #9780
a72e1a9
- Streaming Markdown in chatbot Component Fix. Thanks @dawoodkhan82! - #9767
16895e8
- Fixes #9742. Thanks @crypdick! - #9654
cd7dab7
- Improve select event behaviour in gr.Dataframe. Thanks @hannahblair! - #9700
2932e06
- Fix API info bug. Thanks @freddyaboulton! - #9653
61cd768
- Ensures tabs with visible set to false are not visible. Thanks @hannahblair! - #9758
38701a9
- Fix icons not showing in Safari. Thanks @hannahblair! - #9738
2ade59b
- ExportTabs
type from@gradio/tabs
and fix the Playground to be compatible with the new Tabs API. Thanks @whitphx! - #9762
bcb7d15
- Add a.clear
event to thegr.Chatbot
component. Thanks @abidlabs! - #9765
df34f58
- Fixes bug where SVG icons could not be used in Buttons/Chatbots. Thanks @freddyaboulton!
5.2.1
Fixes
5.2.0
Features
- #9712
bad46f3
- Set min FastAPI version. Thanks @freddyaboulton! - #9699
ea2367c
- allow setting initial value ofgr.Dropdown
toNone
to designate that no value should be initially selected. Thanks @abidlabs! - #9681
2ed2361
- Allow setting title in gr.Info/Warning/Error. Thanks @ABucket!
Fixes
- #9716
3c7f2ad
- Restore light/dark custom setting. Thanks @aliabid94! - #9719
7ec57cb
- Fix Lite dependencies. Thanks @whitphx! - #9711
7134fc2
- Custom component fixes. Thanks @freddyaboulton! - #9659
b1a0f6d
- Fix the behavior ofgr.LoginButton
locally and on Spaces. Thanks @abidlabs! - #9693
c45b466
- Fix progress bar compatibility with generators. Thanks @brody715! - #9728
d0b2ce8
- Ensure tabs render in SSR mode and reduce time it takes for them to render. Thanks @pngwn! - #9709
31418ef
- fix table type check. Thanks @hannahblair! - #9731
ea283e7
- fix css syntax error. Thanks @pngwn! - #9652
35bebf3
- Hide default slider background. Thanks @hannahblair! - #9678
a25a26e
- Fix:file_types
checking bug. Thanks @jasongzy!
5.1.0
Features
- #9662
b1c5a68
- Tweak message shown in Colab notebooks. Thanks @abidlabs! - #9656
8f6626c
- Fix streaming Audio/Video Output. Thanks @freddyaboulton! - #9660
3407b50
- Chat Interface Functional test Fix + Chat Examples Center. Thanks @dawoodkhan82! - #9677
3a19e69
- Revert text disable. Thanks @whitphx!
Fixes
5.0.2
Fixes
5.0.1
Features
- #9632
9b58ab0
- bump to node 20. Thanks @pngwn! - #9626
ec95b02
- Fix stopping chat interface when stop button is clicked. Thanks @aliabid94! - #9617
c163182
- Fix dark mode detection and container height. Thanks @pngwn! - #9623
5923c67
- Fix Chatbot Examples Error. Thanks @freddyaboulton! - #9614
5d98550
- Fixretry
andundo
reactivity in gr.Chatbot. Thanks @hannahblair! - #9619
1f3ee97
- Fix Functional Tests. Thanks @dawoodkhan82!
Fixes
5.0.0-beta.10
Fixes
5.0.0-beta.9
Features
- #9437
c3d93be
- Adding new themes to Gradio 5.0. Thanks @allisonwhilden! - #9593
cc61fe7
- Some more chatbot fixes. Thanks @dawoodkhan82! - #9583
b92a762
- Disable the submit button and enter-key submit when the text is empty. Thanks @whitphx! - #9590
e853c41
- SSR e2e + fixes. Thanks @pngwn! - #9591
139152f
- Equal height in row false by default. Thanks @aliabid94! - #9589
477f45c
- Only move files to the cache that have a meta key. Thanks @freddyaboulton! - #9584
6f8fa54
- Chat Interface Multimodal Fix & Fallback togr.Examples()
. Thanks @dawoodkhan82! - #9482
bd6c5f2
- Fix custom component CLI on main/5.0. Thanks @freddyaboulton! - #9601
c078892
- Tweak gr.Dataframe menu UX. Thanks @hannahblair! - #9575
4ec2feb
- Update gr.Dataframe UI with action popover. Thanks @hannahblair! - #9582
43a7f42
- Chatbot autoscroll. Thanks @whitphx! - #9598
ffc33fa
- Fix markdown code copy/check button in gr.Chatbot. Thanks @hannahblair! - #9576
430a26a
- Fix reload mode. Thanks @freddyaboulton! - #9580
a9ac396
- Deep equal check with hash. Thanks @aliabid94! - #9499
17e6c84
- Fixgr.Chatbot
panels layout. Thanks @hannahblair! - #9592
24fe222
- Fix favicon in ssr mode. Thanks @freddyaboulton!
5.0.0-beta.8
Features
- #9550
b0fedd7
- Fix most flaky Python tests in5.0-dev
branch. Thanks @abidlabs! - #9577
9f532e0
- Equal height columns. Thanks @aliabid94! - #9570
e0ee3d5
- Update gr.ColorPicker UI. Thanks @hannahblair! - #9483
8dc7c12
- Send Streaming data over Websocket if possible. Also support base64 output format for images. Thanks @freddyaboulton! - #9521
06ef22e
- Allowinfo=
to render markdown. Thanks @dawoodkhan82! - #9571
148345d
- Fix chatinterface embedding height issues. Thanks @aliabid94! - #9525
7c367b6
- Fix cut off in gr.ImageEditor. Thanks @hannahblair! - #9522
3b71ed2
- Api info fix. Thanks @freddyaboulton! - #9508
b260389
- Change caching to occur not at the creation of agr.Examples()
but when the Blocks is actually launched. Thanks @aliabid94! - #9524
cf39640
- Addcss_paths
andhead_paths
parameters. Thanks @abidlabs!
5.0.0-beta.7
Features
- #9546
b82aa6f
- Disable sagemaker_check() for now. Thanks @vmatt! - #9545
098a009
- Add Jinja2 language to Code component. Thanks @CISC! - #9526
f60bb68
- Fix single select dropdown. Thanks @whitphx! - #9497
d826faa
- Hide x axis labels. Thanks @aliabid94!
5.0.0-beta.6
Features
- #9460
7352a89
- Playground requirements tab. Thanks @whitphx! - #9496
1647ebd
- UI theme fixes. Thanks @aliabid94! - #9450
991883e
- Improvegr.Code
. Thanks @hannahblair! - #9504
d054262
- Centre components withinBlock
when height and width are set. Thanks @hannahblair! - #9481
2510a6e
- Fixslider-color
var. Thanks @hannahblair! - #9495
488ef76
- Fix custom component CLI unit tests. Thanks @freddyaboulton! - #9488
4e6a47f
- Fixes: Chatbot examples for custom chatbot + renamesuggestions
->examples
. Thanks @dawoodkhan82! - #9506
861f5e9
- Fix node process to run with correct server name. Thanks @abidlabs! - #9493
c307a0c
- Minor fixes to docs and a demo. Thanks @abidlabs! - #9519
0ab6ac5
- Fix change triggers for dropdown and radio. Thanks @dawoodkhan82!
Fixes
5.0.0-beta.5
Features
- #9470
b406139
- Add support for 3rd party providers togr.load
, and provide a better UX for conversational models. Thanks @abidlabs! - #9383
30d13ac
- Pre/post-processing download requests. Thanks @aliabid94! - #9464
3ac5d9c
- Fix plots. Thanks @pngwn!
5.0.0-beta.4
Features
- #9419
018c140
- Start/stop recoding from the backend. Add guide on conversational chatbots. Thanks @freddyaboulton! - #9453
56dbf77
- Chatbot bug fixes. Thanks @dawoodkhan82! - #9448
e7a415b
- Use orpathlib.Path
objects to indicate filepaths forcss
,js
, andhead
parameters. Thanks @abidlabs! - #9469
f7c3396
- Fix. Triggered dataframe change event for header change. Thanks @Joodith! - #9447
afbd8e7
- Reduce analytics that are collected. Thanks @abidlabs! - #9438
8f469e1
- Small changes to caching. Thanks @abidlabs! - #9446
0c8fafb
- Fix SSR mode flag withmount_gradio_app
and revert changes to pytests. Thanks @abidlabs! - #9456
4d75f02
- Update object detection guide. Thanks @freddyaboulton! - #9406
74f3b9d
- Allow skipping an arbitrary number of output components, and also raise a warning if the number of output components does not match the number of values returned from a function. Thanks @abidlabs! - #9413
a16787a
- Lite: HTTPX client improvement. Thanks @whitphx!
5.0.0-beta.3
Features
- #9376
d92c26f
- Small fixes togr.Dataframe
and chatbot docs. Thanks @abidlabs! - #9412
c2c2fd9
- fix SSR apps on spaces. Thanks @pngwn!
Fixes
5.0.0-beta.2
Features
- #9359
50c3a7f
- Small tweak to how thoughts are shown ingr.Chatbot
. Thanks @abidlabs! - #9323
06babda
- Disable liking user message in chatbot by default but make it configurable. Thanks @freddyaboulton! - #8966
8e52b6a
- Chatbot Examples. Thanks @dawoodkhan82! - #9261
73647a0
- Move icons intoIconButtonWrapper
. Thanks @hannahblair! - #9316
4338f29
- 9227 chatinterface retry bug. Thanks @freddyaboulton! - #9313
1fef9d9
- Standardizeheight
across components and addmax_height
andmin_height
parameters where appropriate. Thanks @abidlabs! - #9339
4c8c6f2
- Ssr part 2. Thanks @pngwn! - #9250
350b0a5
- Improve Icon Button consistency. Thanks @hannahblair! - #9269
e05f568
- Fix reload mode and streaming in 5.0 dev. Thanks @freddyaboulton! - #9356
1daf259
- Usecontainer
param ingr.Markdown
. Thanks @hannahblair! - #9321
81a356d
- Remove two dependencies:importlib_resources
andurllib3
(if not in Wasm). Thanks @abidlabs! - #9253
99648ec
- Adds ability to block event trigger when file is uploading. Thanks @dawoodkhan82! - #9341
02369b3
- Improve is_in_or_equal and fuzzer. Thanks @freddyaboulton! - #9333
5b86e2f
- Enhance Lite E2E tests and fix a networking problem on Lite. Thanks @whitphx! - #9338
19f6b31
- Fix typo intunneling.py
. Thanks @abidlabs! - #9336
736046f
- Object Detection From Webcam Stream Guide. Thanks @freddyaboulton! - #9300
6309a48
- Raise ChecksumMismatchError. Thanks @abidlabs! - #9373
6443062
- Fix Cached Examples for Streamed Media. Thanks @freddyaboulton! - #9367
1c94328
- add local fonts and update themes. Thanks @hannahblair! - #9335
b543465
- Remove lite/theme.css from the Git-managed file tree. Thanks @whitphx! - #9358
16c0485
- Small tweaks to improve the DX for the "tuples"/"messages" argument ingr.Chatbot
. Thanks @abidlabs! - #9303
34f46b0
- Dont move files to cache automatically in chatbot postprocess. Thanks @freddyaboulton! - #9363
3ad28c7
- Prevent HTML and Markdown height changing when status is hidden. Thanks @hannahblair! - #9260
d47dd1f
- Fix overflowing markdown in Chatbot. Thanks @hannahblair! - #9320
98cbcae
- chore: fix docs style. Thanks @imba-tjd! - #9314
299879d
- Makegr.Image
preprocessing more efficient. Thanks @abidlabs! - #9371
7bf3e99
- Fixgr.ImageEditor
toolbar cutoff. Thanks @hannahblair! - #9306
f3f0fef
- Fixes race condition inupdate_root_in_config
. Thanks @abidlabs! - #9312
7c0780b
- Proposal: removegr.make_waveform
and removematplotlib
as a dependency. Thanks @abidlabs! - #9339
4c8c6f2
- Tweaks to SSR mode. Thanks @pngwn! - #9270
b0b8500
- Fix stop recording button colors. Thanks @freddyaboulton! - #9268
c469d40
- Raise error instead of warning if checksums for binary do not match. Thanks @abidlabs! - #9377
618e9fe
- Update babylon.js tov7
forgr.Model3D
. Thanks @abidlabs! - #9282
54ea485
- Further tweak to is_in_or_equal. Thanks @freddyaboulton! - #9326
7afb9a1
- 5.0 merge take 2. Thanks @pngwn! - #9280
7122420
- Match style of textbox stop button to submit button. Thanks @freddyaboulton! - #9348
61f794b
- Do not attachcontent_disposition_type = "attachment"
headers for files explicitly allowed by developer. Thanks @abidlabs! - #9361
5eb860f
- Refactor lazy caching. Thanks @abidlabs! - #9311
c4afdcd
- Added max lines and overflow scrollbar forgr.Code
. Thanks @micpst!
Fixes
- #9299
aa35b07
- Trigger state change event on iterators. Thanks @freddyaboulton! - #9393
53ed0f0
- Fix File Types for MultimodalTextbox. Thanks @dawoodkhan82! - #9328
6a7f631
- Set the color of placeholder in a disabled textbox to gray instead of black, and disable typing while a response is generating ingr.ChatInterface
, allowgr.MultimodalTextbox
to accept string values. Thanks @abidlabs!
5.0.0-beta.1
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!
5.0.0-beta.0
Features
- #9069
f9f84bf
- No token passed by default ingr.load()
. Thanks @abidlabs! - #9160
8f5a895
- Fix native plot lite demos. Thanks @aliabd! - #9197
6773c4d
- Redesigngr.Slider()
. Thanks @hannahblair! - #9140
c054ec8
- Drop python 3.8 and 3.9. Thanks @abidlabs! - #8978
fe9d1cb
- Improve url downloads for file objects. Thanks @aliabid94! - #8810
4cf8af9
- Prevent invalid values from being submitted to dropdown, etc. Thanks @abidlabs! - #9194
20c0836
- Deprecate type='tuples for chatbot and focus chatbot docs on 'messages' type. Thanks @freddyaboulton! - #9122
2672ea2
- Postprocess hardening. Thanks @freddyaboulton! - #9149
3d7a9b8
- Open audio/image input stream only when queue is ready. Thanks @freddyaboulton! - #9173
66349fe
- Streaming Guides. Thanks @freddyaboulton! - #9185
2daf3d1
- Addingmaxlength
attribute handling oftextarea
andinput
HTML element for thegr.TextBox()
component via amax_length
parameter. Thanks @WH-Yoshi! - #8959
a0aac66
- Addsstrict_cors
parameter tolaunch()
. Thanks @abidlabs! - #9052
f3652eb
- Video gallery. Thanks @dawoodkhan82! - #9213
ab4580b
- Remove grey background behind all components. Thanks @hannahblair! - #9073
0d8a358
- Set defaultformat
ingr.Audio
to beNone
to avoid unnecessary preprocessing. Thanks @abidlabs! - #9130
864cd0f
- Raise WasmUnsupportedError for ffmpeg usage on Lite. Thanks @whitphx! - #8797
6e6818c
- Deprecate for 5.0. Thanks @abidlabs! - #9132
5cedf16
- Deprecate passing a tuple for gr.Code value. Thanks @freddyaboulton! - #8941
97a7bf6
- Streaming inputs for 5.0. Thanks @freddyaboulton! - #9150
80c966a
- DNS resolver on ip check. Thanks @aliabid94! - #9175
e6d456a
- Change dark mode color theme fromgray
tozinc
. Thanks @hannahblair! - #8884
3408dba
- replace ip addresses with machine-specific hashes. Thanks @abidlabs!
Fixes
4.44.1
Features
4.44.0
Features
- #9302
ac2c015
- Fileformat whitelist. Thanks @aliabid94! - #9276
8362a10
- Fix scrollbars everywhere. Thanks @aliabid94!
Fixes
- #9188
8f8e1c6
- Fix multiple trigger bug when function has js. Thanks @freddyaboulton! - #9279
fb5845c
- Separate starlette.Request from PredictBody. Only set in new PredictBodyInternal object. Thanks @freddyaboulton! - #9267
ecf9137
- Add root_url to components created by gr.render. Thanks @freddyaboulton!
4.43.0
Features
- #9160
8f5a895
- Fix native plot lite demos. Thanks @aliabd! - #9185
2daf3d1
- Addingmaxlength
attribute handling oftextarea
andinput
HTML element for thegr.TextBox()
component via amax_length
parameter. Thanks @WH-Yoshi! - #9187
5bf00b7
- make all component SSR compatible. Thanks @pngwn! - #9225
5f2e047
- Add a 'None' option to the gradio.Image component to disable image_m…. Thanks @GeeMoose!
Fixes
- #9242
d0e93d7
- Fix for create_or_modify_pyi read_text Windows Issue in component_meta.py. Thanks @SmirkingKitsune! - #9189
ab142ee
- Fix serialization error in curl api. Thanks @freddyaboulton! - #9277
d9c4c86
- Pinfastapi<0.113.0
inrequirements.txt
. Thanks @abidlabs!
4.42.0
Features
- #9128
747013b
- Allow accessing the entire row of selected values ingr.DataFrame
. Thanks @abidlabs! - #8935
f6b2b97
- Initialize the client with the fake host for Lite server. Thanks @whitphx! - #9031
04b7d32
- Allow drag and replace image ingr.Image
and Multimodal textbox. Thanks @hannahblair! - #8930
41d5ab9
- Addplaceholder
param to Image and ImageEditor to replace upload image text. Thanks @hannahblair! - #9023
87e3537
- Add height param to gr.JSON. Thanks @hannahblair! - #9013
5350f1f
- Add copy all messages button to chatbot. Thanks @hannahblair! - #9118
e1c404d
- setup npm-previews of all packages. Thanks @pngwn! - #9102
efdc323
- Initial SSR refactor. Thanks @pngwn!
Fixes
- #9078
1a9d729
- Catch OSErrors inHuggingFaceDatasetSaver._deserialize_components
. Thanks @davidberenstein1957! - #9088
96f8ffa
- Set non-zero exit codes for custom component build and install commands when failures occur. Thanks @freddyaboulton! - #9161
173c7b8
- Chatbot Image size and list fixes. Thanks @dawoodkhan82! - #9151
f1ef94a
- Open media type files in browser. Thanks @aliabid94! - #9148
8715f10
- Allowgr.Request
to work with ZeroGPU. Thanks @abidlabs! - #9093
60650d8
- ResetDataset
page to 0 when samples change. Thanks @abidlabs! - #9116
ba6322e
- Fix image height content fit. Thanks @hannahblair! - #9079
d6dc384
- Add more typing to event listeners. Thanks @JackismyShephard! - #9119
30b5d6f
- Fix chatinterface multimodal bug. Thanks @freddyaboulton! - #8987
7b288cf
- Fix unexpected rendering of Dataset. Thanks @Col0ring! - #9089
508ac84
- Set orig_name in downloadbutton postprocess. Thanks @freddyaboulton! - #8951
6e7d9e5
- Deal with OAuth too many redirects. Thanks @Wauplin!
4.41.0
Features
- #8968
38b3682
- Improvements to FRP client download and usage. Thanks @abidlabs! - #8965
d30432e
- harden CI. Thanks @pngwn! - #8972
d4c503a
- Type hint Correction. Thanks @sthemeow! - #8964
bf6bbd9
- Add min/max-imize button to gr.Image and gr.Gallery. Thanks @hannahblair! - #9059
981731a
- Fix flaky tests and tests on Windows. Thanks @abidlabs! - #9021
360350c
- Minor fixes. Thanks @aliabid94! - #9064
4ba7b23
- Improve plot guide, add double clicking to plots. Thanks @aliabid94! - #8975
3feea64
- Prevent overflow in Model3D. Thanks @hannahblair! - #8967
2f89877
- Setcontent_disposition_type
andmedia_type
on downloaded files. Thanks @aliabid94! - #8958
4ff91a3
- Fixes some docstrings, particularly for theshow_progress
parameter. Thanks @abidlabs! - #9020
08b5159
- Some tweaks to is_in_or_equal. Thanks @freddyaboulton!
Fixes
- #8962
c68eefb
- fix: httpx timeouts cause gradio to fail during launch. Thanks @rsamborski! - #8847
4d8a473
- Refactor Chatinterface to use Chatbot instead of gr.State variables. Thanks @freddyaboulton! - #9054
9fa635a
- Fix multimodal chatinterface api bug. Thanks @freddyaboulton! - #8847
4d8a473
- fix: wrong named param check for js client. Thanks @freddyaboulton! - #9011
0978de8
- Passesgr.Request
if type hint isRequest | None
. Thanks @abidlabs! - #9053
8b33393
- Fixshow_progress
ingr.Interface
. Thanks @abidlabs!
4.40.0
Features
- #8954
5010e95
- Addoverflow: wrap
to JSON to catch overflow in xs device widths. Thanks @hannahblair! - #8932
600c97c
- Allow viewing JSON as list or dict withshow_indices
param. Thanks @hannahblair! - #8929
3539787
- Add line numbering and collapse/expand logic to gr.JSON. Thanks @hannahblair! - #8862
ac132e3
- Support the use of custom authentication mechanism, timeouts, and otherhttpx
parameters in Python Client. Thanks @valgai! - #8947
96d36d7
- Restore plot label angles. Thanks @aliabid94! - #8948
f7fbd2c
- Bump websockets version max for gradio-client. Thanks @evanscho! - #8907
9b42ba8
- Update guides esp plots. Thanks @aliabid94! - #8888
70a0c56
- Added support for TokenClassificationPipeline. Thanks @cswamy! - #8950
7e997a8
- Fix running local app with fake OAuth. Thanks @Wauplin! - #8867
f8ccb5e
- Makeupdate_root_in_config
atomic. Thanks @abidlabs! - #8900
de997e6
- Adds ability to watermark videos via awatermark
parameter in Video component. Thanks @meg-huggingface!
Fixes
- #8949
1e16f67
- Fix check icon in gr.JSON and gr.Code. Thanks @hannahblair! - #8899
20444f9
- Fix Chatbot Multimodal Examples. Thanks @dawoodkhan82! - #8933
5f9b8d0
- Fix lazy caching. Thanks @abidlabs! - #8879
67c08bf
- Fix file uploading in iOS. Thanks @hannahblair! - #8905
4b14ea8
- Allow use of file extensions in gr.File in iOS. Thanks @hannahblair! - #8927
223688b
- FixCould not resolve "virtual:component-loader"
in gradio/utils package. Thanks @benzler! - #8934
8204425
- Fix Json component serialization bug. Thanks @freddyaboulton! - #8931
4c2d37d
- Add background to gr.Code line numbers. Thanks @hannahblair!
4.39.0
Features
- #8832
e75f2ca
- Fix build for pre-release. Thanks @pngwn! - #8618
aa4b7a7
- Improve styling of parameter tables in the docs. Thanks @abidlabs! - #8745
4030f28
- Allows updating the dataset of agr.Examples
. Thanks @abidlabs! - #8757
6073736
- DocumentFileData
class in docs. Thanks @hannahblair! - #8846
76c1759
- add space header. Thanks @pngwn! - #8804
1d09925
- Fix Lite's . Thanks @whitphx! - #8807
a238af4
- Refactor plots to dropaltair
and usevega.js
directly. Thanks @aliabid94! - #8806
a3d23b4
- Addloop
parameters togr.Audio
andgr.Video
. Thanks @abidlabs! - #8856
5622331
- Extendpyright
to cover tests as well. Thanks @abidlabs! - #8851
914b193
- Add copy button togr.Markdown
. Thanks @hannahblair! - #8837
0d76169
- upgrade pyright==1.1.372. Thanks @abidlabs! - #8816
9ee6839
- Change optionality of thedata
param insubmit
+predict
. Thanks @hannahblair! - #8809
7f41567
- Use constant-time comparison when checking user provided analytics key. Thanks @abidlabs! - #8817
34510db
- Allow HTML in alert modals. Thanks @abidlabs! - #8803
e1a4040
- Ensure all upload components have consistent upload regions. Thanks @pngwn! - #8821
cea3bf9
- Fix dependency loop with statustracker and markdown. Thanks @aliabd! - #8774
2d179f6
- Set the default format of gr.Plot as png for Wasm mode. Thanks @whitphx! - #8775
e36bab7
- Refactoring loadPyodide typing. Thanks @whitphx!
Fixes
- #8854
d1f0441
- Use covariant container types across the codebase and add typing to our demos. Thanks @abidlabs! - #8818
2de9a97
- Refactoring component making the code simpler and fixing a Playground mode bug. Thanks @whitphx! - #8799
61bb588
- Remove Pydantic v2 patch from Lite. Thanks @whitphx! - #8822
3a81fb2
- Latex Rendering Fix. Thanks @dawoodkhan82! - #8865
2f630ab
- Chatbot Examples Scroll Fix. Thanks @dawoodkhan82! - #8820
5050b36
- fix: wrong named param check for js client. Thanks @JacobLinCool! - #8836
7e8c829
- Add.input()
events togr.Audio
andgr.Image
. Thanks @abidlabs! - #8802
7b19474
- EnsureImageEditor
brush color can be updated withgr.update
. Thanks @pngwn! - #8852
16b8200
- Fix gr.Image height inconsistencies. Thanks @hannahblair!
4.38.1
Features
4.38.0
Highlights
Support message format in chatbot 💬 (#8422 4221290
)
gr.Chatbot
and gr.ChatInterface
now support the Messages API, which is fully compatible with LLM API providers such as Hugging Face Text Generation Inference, OpenAI's chat completions API, and Llama.cpp server.
Building Gradio applications around these LLM solutions is now even easier!
gr.Chatbot
and gr.ChatInterface
now have a type
parameter that can accept two values - 'tuples'
and 'messages'
. If set to 'tuples'
, the default chatbot data format is expected. If set to 'messages'
, a list of dictionaries with content
and role
keys is expected. See below -
def chat_greeter(msg, history):
history.append({"role": "assistant", "content": "Hello!"})
return history
Additionally, gradio now exposes a gr.ChatMessage
dataclass you can use for IDE type hints and auto completion.
Tool use in Chatbot 🛠️
The Gradio Chatbot can now natively display tool usage and intermediate thoughts common in Agent and chain-of-thought workflows!
If you are using the new "messages" format, simply add a metadata
key with a dictionary containing a title
key and value
. This will display the assistant message in an expandable message box to show the result of a tool or intermediate step.
import gradio as gr
from gradio import ChatMessage
import time
def generate_response(history):
history.append(ChatMessage(role="user", content="What is the weather in San Francisco right now?"))
yield history
time.sleep(0.25)
history.append(ChatMessage(role="assistant",
content="In order to find the current weather in San Francisco, I will need to use my weather tool.")
)
yield history
time.sleep(0.25)
history.append(ChatMessage(role="assistant",
content="API Error when connecting to weather service.",
metadata={"title": "💥 Error using tool 'Weather'"})
)
yield history
time.sleep(0.25)
history.append(ChatMessage(role="assistant",
content="I will try again",
))
yield history
time.sleep(0.25)
history.append(ChatMessage(role="assistant",
content="Weather 72 degrees Fahrenheit with 20% chance of rain.",
metadata={"title": "🛠️ Used tool 'Weather'"}
))
yield history
time.sleep(0.25)
history.append(ChatMessage(role="assistant",
content="Now that the API succeeded I can complete my task.",
))
yield history
time.sleep(0.25)
history.append(ChatMessage(role="assistant",
content="It's a sunny day in San Francisco with a current temperature of 72 degrees Fahrenheit and a 20% chance of rain. Enjoy the weather!",
))
yield history
with gr.Blocks() as demo:
chatbot = gr.Chatbot(type="messages")
button = gr.Button("Get San Francisco Weather")
button.click(generate_response, chatbot, chatbot)
if __name__ == "__main__":
demo.launch()
Thanks @freddyaboulton!
Features
- #8683
a92c3e8
- Warn against Falsy credentials. Thanks @Paillat-dev! - #8743
ee497d5
- Perform CORS validation when the request has a cookie. Thanks @abidlabs! - #8744
b736c8d
- Refactorgr.ParamViewer
to use HTML<details>
and other tweaks. Thanks @abidlabs! - #8665
3b8238c
- Add c/cpp code support. Thanks @ginazhouhuiwu! - #8713
e3c7079
- Time range component. Thanks @aliabid94! - #8705
280a3f4
- GRADIO_ALLOWED_PATHS & GRADIO_BLOCKED_PATHS comma separated environme…. Thanks @cocktailpeanut! - #8733
fb0daf3
- Improvements togr.Examples
: adds events as attributes and documents, them, addssample_labels
, andvisible
properties. Thanks @abidlabs! - #8750
5e36144
- Add guides for msg format and llm agents. Thanks @freddyaboulton! - #8687
bc1d45d
- Model3D point cloud and wireframe display modes. Thanks @dawoodkhan82!
Fixes
- #8699
012da05
- Ensure JS clientstatus_callback
functionality works and improve status messages. Thanks @hannahblair! - #8763
c1ecfde
- 8394 df hidden items. Thanks @pngwn! - #8505
2943d6d
- Add Timer component. Thanks @aliabid94! - #8715
a6b3c6c
- Ensure@gradio/client
'ssubmit
iterator releases as expected. Thanks @pngwn! - #8758
26cdd0f
- Revert chatbot styling. Thanks @pngwn! - #8658
0482453
- Chatbot LaTeX Crash Fix. Thanks @dawoodkhan82! - #8716
e834d30
- ensure@gradio/client
always returns the correct data. Thanks @pngwn! - #8737
31a876d
- FixShare to community
button for images. Thanks @hannahblair! - #8719
d15ada9
- Fix multimodal textbox custom components. Thanks @freddyaboulton! - #8714
1b5b5b0
- Bindfetch
andstream
in JS client. Thanks @hannahblair! - #8677
c946c6f
- Allow supplying customgr.Chatbot
with events togr.ChatInterface
. Thanks @abidlabs! - #8748
a9307c6
- Chatbot generating scroll and click fix. Thanks @freddyaboulton! - #8720
936c713
- Documents auth in the guides, in the view API page, and also types the Blocks.config object. Thanks @abidlabs!
4.37.2
Features
- #8632
ea6482c
- removechatbot_multimodal
demo fromgr.Chatbot
documentation page. Thanks @abidlabs! - #8649
4b6c8b1
- ensureFile
objects are handled in JS clienthandle_file
. Thanks @hannahblair! - #8604
b6fa6b5
- Add docs for.on()
,.then()
, and.success()
, as well as the subclasses ofgr.EventData
. Thanks @abidlabs!
Fixes
- #8655
3896398
- Ensure copy button on chatbot shows when appropriate. Thanks @pngwn! - #8645
9933e53
- Update file_explorer.py for str typeheight
. Thanks @magical-l! - #8608
c12f82a
- Bugfix: Add afile_count
parameter togr.MultimodalTextbox
. Multiple files cab be uploaded by settingfile_count="multiple"
. Default is"single"
to preserve the previous behavior. Thanks @freddyaboulton! - #8631
9b8840a
- Ensure chatbot messages are visible to screenreaders. Thanks @hannahblair! - #8637
c348392
- Multimodal textbox buttons alignment. Thanks @dawoodkhan82!
4.37.1
Fixes
4.37.0
Features
- #8131
bb504b4
- Gradio components ingr.Chatbot()
. Thanks @dawoodkhan82! - #8489
c2a0d05
- Control Display of Error, Info, Warning. Thanks @freddyaboulton! - #8571
a77877f
- First time loading performance optimization. Thanks @baojianting! - #8607
c7cd0a0
- Ensure chatbot background is consistent with other components. Thanks @pngwn! - #8555
7fc7455
- support html in chatbot. Thanks @pngwn! - #8590
65afffd
- Fix multimodal chat look. Thanks @aliabid94! - #8603
affce4c
- Fix resizer on altair. Thanks @aliabid94! - #8580
797621b
- Improved plot rendering to thematically match. Thanks @aliabid94!/n highlight:Expect visual changes in gr.Plot, gr.BarPlot, gr.LinePlot, gr.ScatterPlot, including changes to color and width sizing. - #8520
595ecf3
- Add build target option to the custom componentgradio.config.js
file. Thanks @pngwn! - #8593
d35c290
- Adding more docs for using components in chatbot. Thanks @abidlabs! - #8609
36b2af9
- Changed gradio version check from print statement to warning. Thanks @gdevakumar! - #8600
7289c4b
- Add credentials: include and Cookie header to prevent 401 error. Thanks @yinkiu602! - #8488
b03da67
- Minor changes to monitoring. Thanks @freddyaboulton! - #8569
6f99a02
- Upgrade pyodide 0.26. Thanks @whitphx! - #8565
fd5aab1
- Remove duplicated code inroutes.py
. Thanks @sadra-barikbin! - #8529
d43d696
- feat: exception handling about file_count params of File component. Thanks @young-hun-jo! - #8528
2b0c157
- Added an optionalheight
and overflow scrollbar for the Markdown Component. Thanks @ShruAgarwal! - #8516
de6aa2b
- Add helper classes to docs. Thanks @aliabd! - #8522
bdaa678
- add handle_file docs. Thanks @pngwn!
Fixes
- #8599
ca125b7
- Fix reload mode for jupyter notebook and stateful demos. Thanks @freddyaboulton! - #8521
900cf25
- Ensure frontend functions work when they don't return a value. Thanks @pngwn! - #8594
530f8a0
- chatbot component tweaks. Thanks @pngwn! - #8530
d429690
- Fix request serialization for fastapi/docs
. Thanks @zhzLuke96! - #8589
34430b9
- Handle GIFs correct ingr.Image
preprocessing. Thanks @abidlabs! - #8506
7c5fec3
- Use root url for monitoring url. Thanks @abidlabs! - #8524
546d14e
- add test + demo. Thanks @pngwn! - #8588
1e61644
- movedeploy_space_action.yaml
to correct location. Thanks @abidlabs! - #8543
a4433be
- Ability to disable orange progress animation for generators by settingshow_progress='minimal'
orshow_progress='hidden'
in the event definition. This is a small visual breaking change but it aligns better with the expected behavior of theshow_progress
parameter. Also addedshow_progress
togr.Interface
andgr.ChatInterface
. Thanks @freddyaboulton! - #8579
bc5fccf
- Allowgr.load
to work insidegr.Blocks
automatically. Thanks @abidlabs! - #8573
56af40f
- Fixes thefavicon_path
working error. Thanks @ShruAgarwal! - #8548
7fc0f51
- Fix reload mode by implementingclose
on the client. Thanks @freddyaboulton! - #8531
88de38e
- Fix custom components on windows. Thanks @freddyaboulton! - #8581
a1c21cb
- fix dataset update. Thanks @abidlabs! - #8537
81ae766
- Many small fixes to website and docs. Thanks @aliabd!
4.36.1
Features
- #8491
ffd53fa
- Remove broken guide redirect. Thanks @aliabd! - #8499
c5f6e77
- Cache break themes on change. Thanks @aliabid94!
Fixes
- #8504
2a59bab
- Fixes TabbedInterface bug where only first interface events get triggered. Thanks @freddyaboulton!
4.36.0
Features
- #8478
73e1108
- Adds a monitoring dashboard to Gradio apps that can be used to view usage. Thanks @aliabid94!
4.35.0
Features
- #8481
41a4493
- fix client flaky tests. Thanks @abidlabs! - #8483
e2271e2
- documentation for @gradio/client. Thanks @pngwn! - #8485
f8ebace
- Ensure all status are reported internally when callingpredict
. Thanks @pngwn!
4.34.0
Features
- #8370
48eeea4
- Refactor Cancelling Logic To Use /cancel. Thanks @freddyaboulton! - #8460
8628899
- Support Bash in Api Recorder. Thanks @aliabd! - #8417
96d8de2
- add delete event toFile
component. Thanks @pngwn! - #8444
2cd02ff
- Remove deprecated parameters from Python Client. Thanks @abidlabs! - #8473
8ca93d4
- Improve design of api recorder. Thanks @aliabd! - #8445
5c8915b
- Add cURL to view API Page and add a dedicated Guide. Thanks @abidlabs!
Fixes
- #8477
d5a9604
- Fix js client bundle. Thanks @pngwn! - #8451
9d2d605
- Change client submit API to be an AsyncIterable and support more platforms. Thanks @pngwn! - #8462
6447dfa
- Improve file handling in JS Client. Thanks @hannahblair! - #8439
63d36fb
- Handle gradio apps usingstate
in the JS Client. Thanks @hannahblair!
4.33.0
Features
- #8429
d393a4a
- Fix type hints for render and on. Thanks @freddyaboulton! - #8377
341844f
- Click to preview images in chatbot. Thanks @dawoodkhan82! - #8455
a970589
- Fix multimodal textbox placeholder. Thanks @dawoodkhan82! - #8446
4a55157
- state.change listener with deep hash check. Thanks @aliabid94!
Fixes
- #8400
33c8081
- Handle special arguments when extracting parameter names for view API page. Thanks @abidlabs! - #8369
4795c6e
- Fix multimodal textbox styling for certain themes. Thanks @dawoodkhan82! - #8440
83bdf5c
- Add support fornumpy~=2.0
. Thanks @freddyaboulton!
4.32.2
Fixes
4.32.1
Features
4.32.0
Features
- #8401
d078621
- Add CDN installation to JS docs. Thanks @hannahblair! - #8243
55f664f
- Add event listener support to render blocks. Thanks @aliabid94! - #8398
945ac83
- Improve rendering. Thanks @aliabid94! - #8299
ab65360
- Allow JS Client to work with authenticated spaces 🍪. Thanks @hannahblair! - #8386
e738e26
- Include instructions on starting from someone else's custom component repository. Thanks @freddyaboulton! - #8363
94a1143
- Add allow-credentials to preflight header. Thanks @abidlabs! - #8403
5efd35c
- Editable Docs. Thanks @aliabd! - #8355
33e8bab
- Enable hiding the inline category in HighlightedText with ashow_inline_category
argument. Thanks @xu-song! - #8409
8028c33
- Render decorator documentation. Thanks @aliabid94! - #8378
3fbf2e8
- chore: update docs.py. Thanks @eltociear!
Fixes
- #8408
e86dd01
- Connect heartbeat if state created in render. Also fix config cleanup bug #8407. Thanks @freddyaboulton! - #8258
1f8e5c4
- Improve URL handling in JS Client. Thanks @hannahblair! - #8376
aebd2e9
- Model3D right-handed coordinate system. Thanks @dylanebert! - #8381
24ab22d
- Fix encoding error. Thanks @xu-song! - #8364
6a1b58c
- Add--table-text-color
var to fix body text inExamples
. Thanks @hannahblair! - #8284
2d705bc
- Add body color togr.Accordion
. Thanks @hannahblair! - #8371
a373b0e
- Set orig_name in python client file uploads. Thanks @freddyaboulton! - #8385
97ac79b
- Fix bug in reload mode equality check. Better equality conversion for state variables. Thanks @freddyaboulton! - #8372
89d6a17
- Change z-index of status tracker. Thanks @hannahblair!
4.31.5
Features
Fixes
- #8339
4dc7fa7
- Fix Chatbot, Dataframe, Markdown custom components. Thanks @freddyaboulton! - #8336
f138b41
- Use Any if JsonValue cannot be imported. Thanks @freddyaboulton! - #8334
0236b1a
- fix: prevent triggering gr.File.select on delete. Thanks @gtm-nayan! - #8341
82ba397
- add missing orig_name (follow up to #8334). Thanks @gtm-nayan! - #8322
47012a0
- ensure the client correctly handles all binary data. Thanks @Saghen!
4.31.4
Features
Fixes
4.31.3
Features
- #8229
7c81897
- chore(deps): update dependency esbuild to ^0.21.0. Thanks @renovate! - #8279
4350215
- Link to troubleshooting guide in the custom component loading status. Thanks @freddyaboulton!
Fixes
- #8292
ee1e294
- Ensure JSON component outputs handled properly in postprocess. Thanks @freddyaboulton! - #8296
929d216
- always create a jwt when connecting to a space if a hf_token is present. Thanks @pngwn!
4.31.2
Fixes
4.31.1
Features
- #8264
a9e1a8a
- Make exceptions in the Client more specific. Thanks @abidlabs! - #8263
de52f0e
- Reduce the analytics that are collected in Gradio. Thanks @abidlabs!
Fixes
- #8276
0bf3d1a
- Fix bug where client could not connect to apps that had self signed certificates. Thanks @freddyaboulton! - #8260
7e976fd
- Send ProcessCompleted message when job is cancelled. Thanks @freddyaboulton! - #8261
719d596
- Fix bug where status tracker was the target of pointer events. Thanks @freddyaboulton! - #8272
fbf4edd
- ensure client works for private spaces. Thanks @pngwn!
4.31.0
Features
- #8226
892181b
- chore(deps): update dependency @types/prismjs to v1.26.4. Thanks @renovate! - #8254
0a6f0a7
- Fix custom component detection logic in analytics. Thanks @freddyaboulton! - #8244
52dac63
- Addsexamples_per_page
togr.ChatInterface
and allowsclear_btn
ingr.Interface
to be hidden. Thanks @abidlabs! - #8219
32d915a
- Apply clean_indent() to the file contents specified with tags. Thanks @whitphx! - #8110
5436031
- Render decorator 2. Thanks @aliabid94! - #8197
e09b4e8
- Add support for passing keyword args todata
in JS client. Thanks @hannahblair! - #8236
bf909bd
- Change upload icon for MultimodalTextbox. Thanks @dawoodkhan82!
Fixes
- #8245
c562a3d
- Cancel server progress from the python client. Thanks @freddyaboulton! - #8242
05fe491
- Allow Spaces with.success()
to begr.load
-ed. Thanks @abidlabs! - #8252
22df61a
- Client node fix. Thanks @pngwn! - #8227
9ece050
- Fix bug where updating a component's value in reload mode would not be shown in UI. Thanks @freddyaboulton!
4.29.0
Highlights
Support custom components in gr.load (#8200 72039be
)
It is now possible to load a demo with a custom component with gr.load
.
The custom component must be installed in your system and imported in your python session.
import gradio as gr
import gradio_pdf
demo = gr.load("freddyaboulton/gradiopdf", src="spaces")
if __name__ == "__main__":
demo.launch()
Thanks @freddyaboulton!
Features
- #8121
f5b710c
- chore(deps): update dependency eslint to v9. Thanks @renovate! - #8174
a81e369
- Remove hatch installation in js/app/package.json which is no longer needed. Thanks @whitphx! - #8209
b9afe93
- RenameeventSource_Factory
andfetch_implementation
. Thanks @hannahblair! - #8109
bed2f82
- Implement JS Client tests. Thanks @hannahblair! - #8106
d0a759f
- Pass Error status in /dev/reload stream. Thanks @freddyaboulton! - #7855
611c927
- Lite wheel optimization. Thanks @whitphx! - #8211
91b5cd6
- remove redundant event source logic. Thanks @hannahblair! - #8127
24b2286
- allow the canvas size to be set on theImageEditor
. Thanks @pngwn! - #8205
cfc272f
- Set the show_api flag on Lite. Thanks @whitphx! - #8052
1435d1d
- Extend Interface.from_pipeline() to support Transformers.js.py pipelines on Lite. Thanks @whitphx! - #8189
68dcae5
- Use workspace version for code in _website. Thanks @aliabd!
Fixes
- #8179
6a218b4
- rework upload to be a class method + pass client into each component. Thanks @pngwn! - #8181
cf52ca6
- Ensure connectivity to private HF spaces with SSE protocol. Thanks @hannahblair! - #8169
3a6f1a5
- Only connect to heartbeat if needed. Thanks @freddyaboulton! - #8118
7aca673
- Add eventsource polyfill for Node.js and browser environments. Thanks @hannahblair! - #8158
5671ff1
- fix: handling SIGINT correctly in reload.py, single entrance of block_thread in blocks.py. Thanks @Tiger3018! - #8180
449d0e6
- Refactor analytics to not use api.gradio.app. Thanks @freddyaboulton! - #8182
39791eb
- Convert sse calls in client from async to sync. Thanks @abidlabs! - #8170
08b4e61
- Add ETag to/custom_component
route to control browser caching. Thanks @freddyaboulton! - #8194
2471f79
- run python reload only if python file changed. Thanks @jameszhou02! - #8204
376dfaa
- Specify the fastapi version on Lite to avoid ujson installation which is not available on Pyodide yet. Thanks @whitphx!
4.28.3
Fixes
4.28.2
Fixes
4.28.1
Fixes
4.28.0
Highlights
Setting File Upload Limits (#7909 2afca65
)
We have added a max_file_size
size parameter to launch()
that limits to size of files uploaded to the server. This limit applies to each individual file. This parameter can be specified as a string or an integer (corresponding to the size in bytes).
The following code snippet sets a max file size of 5 megabytes.
import gradio as gr
demo = gr.Interface(lambda x: x, "image", "image")
demo.launch(max_file_size="5mb")
# or
demo.launch(max_file_size=5 * gr.FileSize.MB)
Error states can now be cleared
When a component encounters an error, the error state shown in the UI can now be cleared by clicking on the x
icon in the top right of the component. This applies to all types of errors, whether it's raised in the UI or the server.
Thanks @freddyaboulton!
Features
- #8092
659d3c5
- chore(deps): update dependency iframe-resizer to v4.3.11. Thanks @renovate! - #8067
0fb058e
- Fix the Lite custom element parser so it doesn't add the .code option when the entrypoint file is already specified. Thanks @whitphx! - #8051
d665f40
- Fix custom JS function caller to concat the outputs of a dep to the inputs as the arguments. Thanks @whitphx! - #8056
2e469a5
- Using keys to preserve values between reloads. Thanks @aliabid94! - #7646
450b8cc
- Refactor JS Client. Thanks @hannahblair! - #8115
595ebf7
- Cache an error from app.submit() and show it on frontend. Thanks @whitphx! - #8084
1c99570
- AdjustView Api
containerz-index
. Thanks @hannahblair! - #8107
cbf2d4e
- fix typo from #8105. Thanks @abidlabs! - #8100
cbdfbdf
- upgraderuff
test dependency toruff==0.4.1
. Thanks @abidlabs! - #6787
15a7106
- allow custom component authors to provide custom vite plugins and svelte preprocessors. Thanks @pngwn! - #8080
568eeb2
- Fixgr.Interface.from_pipeline()
to allow audio uploads and to display classification labels correctly. Thanks @whitphx! - #8040
32cfa61
- Remove auto-created files fromgradio cc publish
and other tweaks. Thanks @freddyaboulton! - #8117
6864035
- Add session hash to gr request. Thanks @freddyaboulton! - #8061
17e83c9
- Docs Reorg and Intro Page. Thanks @aliabd! - #8065
5bf61cb
- Hide the scroll bar in WaveformControls when it's not necessary. Thanks @whitphx! - #8130
0efd72e
- Add Analytics for custom components. Thanks @freddyaboulton! - #8087
b50a67d
- FixGRADIO_CACHE_EXAMPLES
environment variable to only take effect iffn
andoutputs
parameters are provided. Thanks @abidlabs! - #8093
ac30e07
- [HF OAuth] Logout user if oauth token has expired. Thanks @Wauplin! - #8063
72f4ca8
- Fixgr.Label
styling and a11y markup. Thanks @whitphx! - #8105
006fa3c
- improve the documentation forjs
parameter inBlocks
,Interface
,ChatInterface
. Thanks @abidlabs! - #8054
176a8a4
- Fix Label component's value change detection to avoid infinite loop dispatching the change event. Thanks @whitphx! - #8030
91a7a31
- Store configs per session in the backend. Thanks @aliabid94!
Fixes
- #8077
d7461aa
- Fix an encoding issue in gradio/components/code.py. Thanks @3210448723! - #8075
5d9db89
- Fix causing Hot Reload (#8070). Thanks @zolgear! - #8041
937c858
- Use orjson to serialize dict including np.array. Thanks @whitphx! - #8097
487db7b
- Respectauth_dependency
parameter inlaunch()
. Thanks @abidlabs! - #8133
0a42e96
- Allow users to template theImageEditor
when using custom components. Thanks @pngwn! - #8066
624f9b9
- make gradio dev tools a local dependency rather than bundling. Thanks @pngwn!
4.27.0
Highlights
Refreshed ImageEditor
The ImageEditor
component has been refreshed to make it more user-friendly and reliable.
This release contains a host of improvements to the ImageEditor
component, that will be of particular interest to those building real-time image editing applications or complex image processing pipelines:
- Cleaner and more compact interface.
- New option to hide the layer controls for a more minimal UI.
- Improved stability when updating the sources programmatically.
- Improved support for
input
,upload
,change
andapply
events. - Support for realtime drawing via the
change
event. - Many bug fixes!
Features
- #7998
06bdf0e
- Restore chatbot formatting. Thanks @aliabid94! - #7986
05f935c
- GRADIO_SHARE Environment Variable. Thanks @cocktailpeanut! - #8062
cecd6e4
- Update dependency iframe-resizer to v4.3.10. Thanks @renovate! - #8042
92139f3
- refresh theImageEditor
UI. Thanks @pngwn! - #8000
a0c2848
- Fix internal server error in HF OAuth workflow. Thanks @Wauplin! - #7887
5f0248e
- When authenticating with HF OAuth, stay in same tab. Thanks @Wauplin! - #8059
074ce38
- ensure theImageEditor
works correctly with layers andchange
events. Thanks @pngwn! - #7845
dbb7373
- ensureImageEditor
events work as expected. Thanks @pngwn! - #7975
c9ddd84
- Update the Lite custom element parser. Thanks @whitphx! - #8012
299c87c
- Document that show_copy_button in gr.Textbox is not visible when show_label=False. Thanks @lappemic!
Fixes
- #8025
55ef4a5
- Fixes Chatbot Image Sizing. Thanks @dawoodkhan82! - #8014
e10ec6a
- Fix multimode interface double box on file upload. Thanks @TALLEC-Scott! - #8028
6fafce0
- ensure maps are correctly shallow cloned when updating state. Thanks @pngwn! - #7974
79e0aa8
- Fix heartbeat in the js client to be Lite compatible. Thanks @whitphx! - #8002
8903415
- Add show_progress prop to Upload Component to bring back upload progress animation. Thanks @freddyaboulton! - #8046
d6c289b
- round [x, y, w, h] before cropping to avoid unexpected interpolation on pixel values. Thanks @ernestchu! - #8011
f17d1a0
- Add an explicit dependency ofurllib3~=2.0
and updateprocessing_utils.save_url_to_cache
to useurllib3
for Lite support. Thanks @whitphx! - #7981
c1df2f8
- Fix example loading for custom components. Thanks @freddyaboulton! - #8026
522daf7
- Patchasync_save_url_to_cache
for Lite. Thanks @whitphx! - #7959
2a5cb97
- ensureImageEditor
always draws at the correct position. Thanks @hrrbay! - #8050
0424c75
- Updatetyper
to drop[all]
as it is no longer needed. Thanks @joennlae!
4.26.0
Features
- #7811
b43055b
- Lite playground design changes. Thanks @aliabd! - #7850
2bae1cf
- Adds an "API Recorder" to the view API page, some internal methods have been made async. Thanks @abidlabs! - #7936
b165193
- Restore Markdown formatting for Chatbots, MarkdownCode. Thanks @aliabid94! - #7912
a4782f7
- Allow displaying gr.Code examples by their filename if value is a tuple. Thanks @freddyaboulton! - #7938
8250a1a
- Handle the case of multiple headers when constructing root url. Thanks @abidlabs! - #7932
b78129d
- Use asyncio.Event to stop stream in heartbeat route. Thanks @freddyaboulton! - #7961
eae97c2
- Fix task bug in python 3.9. Thanks @freddyaboulton! - #7967
1a7851c
- Fix handling of single font name in theme. Thanks @sd109!
Fixes
- #7963
1eb4c20
- ensure kwargs are always in sync across the whole application. Thanks @pngwn! - #7916
7c9a964
- Fix programmatic tab selection. Thanks @aliabid94! - #7754
057d171
- Correctly handle device selection inImage
andImageEditor
. Thanks @hannahblair! - #7756
b729f10
- Bugfix: Fix color and size keys in theme builder app. Thanks @shubhamofbce! - #7918
be46ab1
- ensure entire dropdown is clickable. Thanks @dawoodkhan82! - #7966
bad3836
- Adding hintlist[list]
for example parameter. Thanks @WH-Yoshi! - #7817
867ff16
- Trigger the "clear" event of Image Editor. Thanks @uebian! - #7935
919afff
- Adds a Guide on deploying Gradio apps with Docker. Thanks @abidlabs! - #7915
efd9524
- Fix gr.CheckboxGroup change event. Thanks @freddyaboulton! - #7926
9666854
- Fixes streaming event race condition. Thanks @aliabid94!
4.25.0
Highlights
Automatically delete state after user has disconnected from the webpage (#7829 6a4bf7a
)
Gradio now automatically deletes gr.State
variables stored in the server's RAM when users close their browser tab.
The deletion will happen 60 minutes after the server detected a disconnect from the user's browser.
If the user connects again in that timeframe, their state will not be deleted.
Additionally, Gradio now includes a Blocks.unload()
event, allowing you to run arbitrary cleanup functions when users disconnect (this does not have a 60 minute delay).
You can think of the unload
event as the opposite of the load
event.
with gr.Blocks() as demo:
gr.Markdown(
"""# State Cleanup Demo
🖼️ Images are saved in a user-specific directory and deleted when the users closes the page via demo.unload.
""")
with gr.Row():
with gr.Column(scale=1):
with gr.Row():
img = gr.Image(label="Generated Image", height=300, width=300)
with gr.Row():
gen = gr.Button(value="Generate")
with gr.Row():
history = gr.Gallery(label="Previous Generations", height=500, columns=10)
state = gr.State(value=[], delete_callback=lambda v: print("STATE DELETED"))
demo.load(generate_random_img, [state], [img, state, history])
gen.click(generate_random_img, [state], [img, state, history])
demo.unload(delete_directory)
demo.launch(auth=lambda user,pwd: True,
auth_message="Enter any username and password to continue")
Thanks @freddyaboulton!
Features
- #7863
024b44c
- Add support for lazy caching of examples, as well as addGRADIO_CACHE_EXAMPLES
env variable. Thanks @abidlabs! - #7892
c7933ff
- Suppress printing "Running on local URL:" when quiet is set. Thanks @dnoliver! - #7869
b9dbcf7
- Make buttons ingr.ChatInterface
more mobile-friendly. Thanks @abidlabs! - #7875
e6d051d
- Paste Images into MultimodalTextbox. Thanks @abidlabs! - #7893
f42d3e2
- Make internal event handlers of gr.Interface and gr.ChatInterface async. Thanks @freddyaboulton!
Fixes
- #7886
ccdab9b
- logout route deleting cookie fix. Thanks @MichaelPerger! - #7888
946487c
- Cache view_api info in server and python client. Thanks @freddyaboulton! - #7881
5e66e01
- Fix audio streaming out. Thanks @aliabid94! - #7865
7bbc3b6
- JS functions break entire app if there's no input, fixed. Thanks @aliabid94!
4.24.0
Features
- #7849
7af3cd7
- Adds aplaceholder
argument togr.Chatbot
. Thanks @abidlabs! - #7835
ee804b2
- Stop running iterators when js client disconnects. Thanks @freddyaboulton! - #7852
72661e3
- Revert the minify setting in vite.config.js which was mistakingly introduced in #6261. Thanks @whitphx! - #7818
1a7c8d3
- Stop importing gradio.ipython_ext in Wasm mode. Thanks @whitphx! - #7830
75a2bf7
- Add guide on Client state and and fix default values of components. Thanks @abidlabs! - #7823
e0a8b7f
- Excludetyper
from the requirements list for Wasm env and fixgradio.cli
not to be imported. Thanks @whitphx! - #7851
e3b1236
- Lazy-import pandas. Thanks @whitphx! - #7840
ecf5c52
- Fix gradio/components/dataframe.py not to importpandas.io
. Thanks @whitphx! - #7801
05db0c4
- Refactor CORS Middleware to be much faster. Thanks @abidlabs! - #7810
425fd1c
- Benchmark fix test. Thanks @aliabid94!
Fixes
- #7795
1c257f5
- Bugfix:..
in filename throwing error while loading in output. Thanks @shubhamofbce! - #7862
0e125d7
- Trigger click event fromgr.DownloadButton
even when no file is present. Thanks @abidlabs! - #7848
8d7b3ca
- Multimodal Textbox Loading + other fixes. Thanks @dawoodkhan82!
4.23.0
Features
- #7782
2c8cd0a
- Lazy-import altair. Thanks @whitphx! - #7800
b0a3ea9
- Small fix to client.view_api() in the case of default file values. Thanks @abidlabs! - #7684
755157f
- Do not reload code inside gr.NO_RELOAD context. Thanks @freddyaboulton! - #7770
dd3e363
- Fail CI if lint or typecheck fails. Thanks @abidlabs! - #7796
aad209f
- Decrease latency: do not run pre and postprocess in threadpool. Thanks @freddyaboulton! - #7744
d831040
- Remove Ruff and Uvicorn in Wasm env. Thanks @whitphx! - #7732
2efb05e
- Adds support for kwargs and default arguments in the python client, and improves how parameter information is displayed in the "view API" page. Thanks @abidlabs! - #7661
c62a57e
- Convert Docs Demos to Lite. Thanks @aliabd! - #7814
f7df92f
- Improve UX of non-interactive slider. Thanks @Pythongor! - #7789
ff6bf3e
- Remove the aiohttp mock from the Wasm worker as it's removed in https://github.com/gradio-app/gradio/pull/5244. Thanks @whitphx!
Fixes
- #7783
43ae23f
- Fix accidental bug that prevented custom textboxes from being passed to chatinterface. Thanks @freddyaboulton! - #7762
e78bca4
- Trigger input event for Radio even when radio is output component. Thanks @freddyaboulton! - #7787
781678b
- Fix root url resolution fromx_forwarded_host
headers. Thanks @abidlabs! - #7794
cf98c7e
- Adds trigger_mode to gr.on. Use it to set trigger_model="always_last" for live interfaces. Thanks @freddyaboulton! - #7761
ca42748
- Ensurepaginate
updates when samples value changes inDataset
. Thanks @hannahblair!
4.22.0
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!
4.21.0
Features
- #7577
7c66a29
- Fix the Lite custom element to initialize the app in the connected callback and dispose the app in the disconnected callback. Thanks @whitphx! - #7620
1a4b089
- Refactorexample_inputs()
, separating its logic into two separate methods:example_payload()
andexample_value()
. Thanks @abidlabs! - #7265
6ebf0ce
- Add support for diffuser pipelines in gr.Interface.from_pipeline(). Thanks @shubhamofbce! - #7650
048364c
- downgrade contourpy. Thanks @abidlabs! - #7571
2edba13
- FixCrossOriginWorkerMaker
to cache the blob URL. Thanks @whitphx!
Fixes
- #7643
9482c7a
- fix: redundant meta tags that are unwanted. Thanks @qkdxorjs1002! - #7628
ba8cc48
- feature detect CSSStylesheet. Thanks @pngwn! - #7575
d0688b3
- Files should now be supplied asfile(...)
in the Client, and some fixes togr.load()
as well. Thanks @abidlabs! - #7624
a22f3e0
- Fixing root path issue with subpath being repeated twice. Thanks @abidlabs! - #7638
b3b0ea3
- Add --python-path, --pip-path, --gradio-path CLI arguments to let custom component developers control which executable is used. Thanks @freddyaboulton! - #7618
0ae1e44
- Control which files get moved to cache with gr.set_static_paths. Thanks @freddyaboulton! - #7641
cb3999e
- Usex-forwarded-host
header to determine the root url, and let users provide a fullroot_path
to override the automatically determined root url. Thanks @abidlabs!
4.20.1
Features
- #7625
8181695
- image upload fix. Thanks @dawoodkhan82!
4.20.0
Features
- #7557
4d5789e
- Allow mounted Gradio apps to work with external / arbitrary authentication providers. Thanks @abidlabs! - #7614
355ed66
- Fix theroot_url
logic for streaming files. Thanks @abidlabs! - #7119
9c6de6d
- Upgrade Pyodide to 0.25.0. Thanks @whitphx! - #7447
a57e34e
- Add delete_cache parameter to gr.Blocks to delete files created by app on shutdown. Thanks @freddyaboulton! - #7547
98aa808
- Add/logout
functionality for Gradio auth. Thanks @abidlabs! - #7407
375bfd2
- Fix server_messages.py to use the patched BaseModel class for Wasm env. Thanks @aliabid94! - #7516
3645da5
- Fix incorrect relative mouse coordinates forGallery
preview overlay. Thanks @MMP0! - #7528
eda33b3
- Refactorsget_fetchable_url_or_file()
to remove it from the frontend. Thanks @abidlabs! - #7340
4b0d589
- chore(deps): update all non-major dependencies. Thanks @renovate! - #7345
561579d
- fix-tests. Thanks @pngwn! - #7518
bd2c695
- Adds agr.DownloadButton
component. Thanks @abidlabs! - #7598
d3384cb
- Prevent additional paths that can trigger credential leakage on Windows. Thanks @abidlabs! - #7544
f84720c
- Prevent paths beginning with//
or\\
. Thanks @abidlabs!
Fixes
- #7565
1c22123
- Fixes method to resolve theroot
URLs. Thanks @abidlabs! - #7559
26356a6
- Fixes: Invalid file_type breaks drag and drop. Thanks @dawoodkhan82! - #7555
fc4c2db
- Allow Python Client to upload/download files when connecting to Gradio apps with auth enabled. Thanks @abidlabs! - #7510
08c2d49
- when adding custom head html, ensure there are no duplicate meta tags. Thanks @qkdxorjs1002! - #7545
1fa2e91
- Fixesauth_message
so that it correctly renders HTML. Thanks @abidlabs! - #7599
f26aba0
- Prevent audio speeding up when trimming. Thanks @hannahblair! - #7567
e340894
- Quick fix: custom dropdown value. Thanks @dawoodkhan82!
4.19.2
Features
- #7495
ddd4d3e
- Enable Ruff S101. Thanks @abidlabs! - #7443
b7a97f2
- Updatehttpx
tohttpx>=0.24.1
inrequirements.txt
. Thanks @abidlabs! - #7465
16fbe9c
- Prevent components from working with non-uploaded files. Thanks @aliabid94! - #7503
84802ee
- Tighten CORS rules. Thanks @abidlabs!
Fixes
- #7466
98a2719
- Fix z-index layer of orange generating border. Thanks @daviirodrig! - #7507
9c36572
- Quick fix: File height overflow. Thanks @dawoodkhan82! - #7495
ddd4d3e
- ensure Dataframe headers are aligned with content when scrolling. Thanks @abidlabs! - #7470
ba3ec13
- Tab select fix. Thanks @aliabid94! - #7505
b186767
- FixGallery
preview overlay and backdrop. Thanks @MMP0! - #7511
33f68cb
- Fix Canvas3D/Canvas3DGS async imports. Thanks @whitphx!
4.19.1
Features
- #7453
ba747ad
- Make fix in #7444 (Block /file= filepaths that could expose credentials on Windows) more general. Thanks @abidlabs! - #7416
c88290d
- WIP: Optimize /file route. Thanks @freddyaboulton! - #7440
e329f1f
- Prevent timing attacks to guess Gradio passwords. Thanks @abidlabs! - #7425
3e4e680
- Fixes to the.key_up()
method to make it usable for a dynamic dropdown autocomplete. Thanks @abidlabs!
Fixes
- #7444
4faf8a7
- Block/file=
filepaths that could expose credentials on Windows. Thanks @abidlabs! - #7441
f52cab6
- Dispatch change event for file explorer. Thanks @aliabid94! - #7327
fb1f6be
- Run pre/post processing in threadpool. Thanks @freddyaboulton! - #7431
6b8a7e5
- Ensuregr.Dropdown
can have an empty initial value. Thanks @hannahblair! - #6991
f191786
- Improve responsiveness ofgr.Audio()
controls. Thanks @hannahblair!
4.19.0
Features
- #7406
3e886d8
- Model3D Gaussian Splatting. Thanks @dylanebert!
Fixes
- #7402
fa8225d
- Use updated component inpostprocess()
. Thanks @abidlabs! - #7361
17fb116
- Fixes gr.Markdown() does not render spaces around links correctly. Thanks @dawoodkhan82! - #7337
65437ce
- Improve File Explorer performance. Thanks @aliabid94! - #7410
c2dfc59
- remove static while pending behaviour. Thanks @pngwn! - #7389
b5c74ff
- Fix HTTPX package crash for some values of "article" parameter in the interface. Thanks @YuryYakhno! - #7415
4ab399f
- Allow config to include non-pickle-able values. Thanks @abidlabs! - #7404
065c5b1
- Add.key_up
event listener togr.Dropdown()
. Thanks @abidlabs! - #7417
314ccfa
- Fix File Explorer interactivity. Thanks @aliabid94! - #7401
dff4109
- Retain dropdown value if choices have been changed. Thanks @abidlabs! - #7411
32b317f
- Setroot
correctly for Gradio apps that are deployed behind reverse proxies. Thanks @abidlabs! - #7395
46b4568
- Allow applying@media
,@keyframes
and@import
in custom CSS. Thanks @hannahblair!
4.18.0
Features
- #7299
f35f615
- Added remove button for every file in file preview, to remove individual file in gr.File(). Thanks @shubhamofbce! - #7183
49d9c48
- [WIP] Refactor file normalization to be in the backend and remove it from the frontend of each component. Thanks @abidlabs! - #7333
7e9b206
- Stop using deprecated pydantic config class and filter gradio warnings from tests. Thanks @freddyaboulton! - #7377
6dfd40f
- Make set_documentation_group a no-op. Thanks @freddyaboulton! - #7328
c1a7ea7
- Add SQL Support for gr.Code. Thanks @aersam! - #7369
7b10d97
- Remove the@gradio/wasm
dependency from@gradio/gallery
that is not used. Thanks @whitphx! - #7334
b95d0d0
- Allow setting custom headers in Python Client. Thanks @abidlabs! - #7365
1e68561
- Update Pydantic patch for Lite that emulates PydanticV2 API using V1. Thanks @whitphx! - #6890
cccab27
- E2E tests for Lite. Thanks @whitphx!
Fixes
- #7354
a7fa47a
- ensure Dataframes in background tabs are visible when the tab is selected. Thanks @pngwn! - #7355
2244059
- Ensure CSS.dark
rule selectors are applied. Thanks @hannahblair! - #7375
4dc9ffb
- Storegr.Accordion
'sopen
value. Thanks @hannahblair! - #7374
7f19ba2
- Stop caching root url. Thanks @abidlabs! - #7350
7302a6e
- Fixgr.load
for file-based Spaces. Thanks @abidlabs!
4.17.0
Features
- #7129
ccdaec4
- Add asimpleimage
template for custom components. Thanks @abidlabs! - #7313
edfd05d
- Expand chatinterface to full window height. Thanks @aliabid94! - #7292
aa97a5e
- Improvements to API Docs. Thanks @abidlabs! - #7205
e418edd
- Fix SimpleImage package json. Thanks @abidlabs! - #7222
5181957
- Add mobile Chromatic tests. Thanks @hannahblair! - #7298
e5344ba
- chore(deps): update dependency marked to v12. Thanks @renovate! - #7206
572e360
- Upload tweak. Thanks @pngwn! - #7062
0fddd0f
- Determine documentation group automatically. Thanks @akx! - #7102
68a54a7
- Improve chatbot streaming performance with diffs. Thanks @aliabid94!/n Note that this PR changes the API format for generator functions, which would be a breaking change for any clients reading the EventStream directly - #7208
efacc7d
- Ensureopen
reactivity in Accordion. Thanks @hannahblair! - #7228
2e6672c
- Allow start/pause of streaming image input. Only access the webcam while it's needed. Thanks @freddyaboulton! - #7236
dec6a71
- Fix PIL imports. Thanks @akx! - #7274
fdd1521
- chore: Change time format (thanks @jjshoots for the independent contribution). Thanks @arian81! - #7116
3c8c4ac
- Document thegr.ParamViewer
component, and fix component preprocessing/postprocessing docstrings. Thanks @abidlabs! - #7157
46919c5
- Defer importing matplotlib. Thanks @akx! - #7332
8bb0ce2
- Hotfix for:stt_or_tts
demo. Thanks @abidlabs! - #7309
200e251
- Addgr.Image
interaction test +gr.ImageEditor
interaction test improvement. Thanks @hannahblair! - #7319
87d5105
- Handle httpx.InvalidURL when setting non-URL article strings. Thanks @nopperl! - #7154
aab2a75
- Allow selecting texts in dataframe cells. Thanks @shubhamofbce! - #7061
05d8a3c
- Update ruff to 0.1.13, enable more rules, fix issues. Thanks @akx! - #7315
b3a9c83
- Lite: Wasm-compatible Model3D. Thanks @whitphx! - #7059
7ea8336
- Remove flag_dir from read_from_flag(). Thanks @akx! - #7229
6a7e98b
- Fix hyphen-bug in gradio cc publish. Thanks @freddyaboulton! - #7225
60078df
- Fix test requirements to be compatible with python 3.11. Thanks @abidlabs! - #7256
09257ef
- Fix ci cache. Thanks @pngwn! - #7240
1893756
- Small cleanups ofCode
component. Thanks @abidlabs! - #7295
aea14c4
- Refactor Inference API and rename it to Serverless Inference Endpoints. Thanks @abidlabs!
Fixes
- #7117
24157a3
- add background color based on the OS mode. Thanks @aileenvl! - #7192
8dd6f4b
- Handle the case where examples isnull
for all components. Thanks @abidlabs! - #7283
757dba6
- Addshow_label
check togr.Dataframe
. Thanks @hannahblair! - #7190
2d51a9d
- Add missing parameters and docstrings forgr.TabbedInterface
. Thanks @abidlabs! - #7178
9f23b0b
- Optimize client view_api method. Thanks @freddyaboulton! - #7158
ded5256
- Fix audio recording events not dispatching. Thanks @hannahblair! - #7325
733ca26
- Ensure examples Images displays as expected. Thanks @hannahblair! - #7276
a3aa22f
- Adjust Value to Fix .Label Display. Thanks @codydh! - #7286
0d36ac0
- Fixes issue with datatype setting in gr.Dataframe. Setting no longer dependent on col_count. Thanks @cswamy! - #7290
db27df3
- Escape triple quotes when creatingspace.py
for custom components. Thanks @abidlabs! - #7141
c3e61e4
- Few File component drag and drop. Thanks @dawoodkhan82! - #7221
cae05c0
- Fix single file upload display. Thanks @freddyaboulton! - #7207
e3217b4
- Amend audio waveform colour. Thanks @hannahblair! - #7322
b25e95e
- Fixprocessing_utils.save_url_to_cache()
to follow redirects when accessing the URL. Thanks @whitphx! - #7294
d7095c4
- Number example fix. Thanks @abidlabs! - #7219
faead14
- Show label in interactive image editor. Thanks @hannahblair! - #7220
3b8dfc6
- Addvisible
check to Tab. Thanks @hannahblair! - #7257
daaaf95
- Fixes issues related togr.Dataframe
receiving an empty dataframe. Thanks @cswamy!
4.16.0
Features
- #7124
21a16c6
- add params togr.Interface
andgr.ChatInterface
. Thanks @abidlabs! - #7139
6abad53
- Added polars dataframe support with demo. Thanks @cswamy! - #7084
94aa271
- Improve rapid generation performance via UI throttling. Thanks @aliabid94! - #7104
bc2cdc1
- Allow download button for interactive Audio and Video components. Thanks @hannahblair! - #7109
125a832
- generate docs when runninggradio cc build
. Thanks @pngwn! - #7148
c60ad4d
- Use Gallery as input component. Thanks @freddyaboulton! - #7049
1718c4a
- add STL 3D model support. Thanks @Mon-ius! - #7159
6ee22dc
- Ensuregradio cc publish
uploads the documentation space, if it exists. Thanks @pngwn! - #7034
82fe73d
- Redirect with query params after oauth. Thanks @Wauplin! - #7063
2cdcf4a
- Single oauth button. Thanks @Wauplin!
Fixes
- #7126
5727b92
- Allow buttons to take null value. Thanks @abidlabs! - #7112
217bfe3
- Support audio data innp.int8
format in thegr.Audio
component. Thanks @Ram-Pasupula! - #7029
ac73555
- Run before_fn and after_fn for each generator iteration. Thanks @freddyaboulton! - #7131
7d53aa1
- Miscellaneous doc fixes. Thanks @abidlabs! - #7138
ca8753b
- Fixes: Chatbot crashes when given empty url following http:// or https://. Thanks @dawoodkhan82! - #7115
cb90b3d
- Programmatically determine max wheel version to push to spaces. Thanks @freddyaboulton! - #7107
80f8fbf
- Add logic to handle non-interactive or hidden tabs. Thanks @hannahblair! - #7142
b961652
- Remove kwargs from template components. Thanks @freddyaboulton! - #7125
45f725f
- un-disable output components after exception is raised. Thanks @abidlabs! - #7081
44c53d9
- Fix dropdown refocusing due to<label />
element. Thanks @hannahblair! - #7130
e7ab406
- Fix ParamViewer css. Thanks @freddyaboulton! - #7113
28e8a8a
- Reduce CPU usage of dev mode. Thanks @freddyaboulton! - #7082
c35fac0
- Ensure device selection works in Audio when streaming. Thanks @hannahblair! - #7045
13cb6af
- Ensure microphone devices list updates. Thanks @hannahblair! - #7150
be56c76
- Lite: Add thehome_dir
tosys.path
. Thanks @whitphx! - #7133
8c355a4
- Add ruff mock for Lite. Thanks @whitphx! - #6826
e8b2d8b
- Add sample rate config option togr.Audio()
. Thanks @tsukumijima!
4.15.0
Highlights
Custom component documentation generator (#7030 3a944ed
)
If your custom component has type hints and docstrings for both parameters and return values, you can now automatically generate a documentation page and README.md with no additional effort. Simply run the following command:
gradio cc docs
This will generate a Gradio app that you can upload to spaces providing rich documentation for potential users. The documentation page includes:
- Installation instructions.
- A live embedded demo and working code snippet, pulled from your demo app.
- An API reference for initialising the component, with types, default values and descriptions.
- An explanation of how the component affects the user's predict function inputs and outputs.
- Any additional interfaces or classes that are necessary to understand the API reference.
- Optional links to GitHub, PyPi, and Hugging Face Spaces.
A README will also be generated detailing the same information but in a format that is optimised for viewing on GitHub or PyPi!
Thanks @pngwn!
Features
- #7075
1fc8a94
- fix lint. Thanks @freddyaboulton! - #7069
07d520c
- fix versions. Thanks @pngwn! - #7058
3642b7a
- publish: simplify twine_files code. Thanks @akx! - #7054
64c65d8
- Add encoding to open/writing files on the deploy_discord function. Thanks @WilliamHarer! - #7024
f2d69fc
- Fix gallery thumbnail design regression. Thanks @hannahblair! - #7018
ec28b4e
- Addvisible
andinteractive
params togr.Tab()
. Thanks @hannahblair! - #7060
aaecfe5
- Themes: fix bogus header image URL. Thanks @akx!
Fixes
- #7050
a336508
- Fix bug preventing layout components to be used as custom components. Thanks @freddyaboulton! - #7055
3c3cf86
- Fix UI freeze on rapid generators. Thanks @aliabid94! - #7046
9201f86
- Raise error in build step if custom component package is not installed. Thanks @freddyaboulton! - #6933
9cefd2e
- Refactor examples so they accept data in the same format as is returned by function, rename.as_example()
to.process_example()
. Thanks @abidlabs! - #6980
523b6bc
-gr.update(value=[])
forgr.File()
clears it. Thanks @dawoodkhan82! - #7038
6be3c2c
- Fix Chatbot custom component template. Thanks @freddyaboulton! - #6982
3f139c7
- Fix File drag and drop for specific file_types. Thanks @dawoodkhan82!
4.14.0
Features
- #6994
623bc1a
- Switch default order for sources forgr.Video
so that upload is the default. Thanks @abidlabs! - #6965
5d00dd3
- Make Wasm-compatible. Thanks @whitphx! - #6945
ccf317f
- Addadditional_inputs
,additional_inputs_accordion
parameters togr.Interface
. Thanks @abidlabs! - #6963
8dfabee
- fixed typo. Thanks @Cassini-chris!
Fixes
- #6969
793bf8f
- Display pending file in<Upload />
while waiting for upload request. Thanks @hannahblair! - #6885
640b7fe
- Fix issue with Webcam Recording. Thanks @dawoodkhan82! - #6967
5e00162
- Make Wasm-compatible. Thanks @whitphx! - #6983
6e285be
- Fix the reloader. Thanks @aliabid94! - #6958
0f0498b
- Ensure Chatbot theme text size is set correctly. Thanks @hannahblair!
4.13.0
Features
- #6133
f742d0e
- Lite: Support AnnotatedImage on Wasm. Thanks @whitphx! - #6778
8a093e2
- Add a dev instruction for lite in SharedWorker mode. Thanks @whitphx! - #6931
6c863af
- Fix functional tests. Thanks @aliabid94! - #6897
fb9c6ca
- Lite: Chatbot. Thanks @whitphx! - #6900
4511d57
- Fix the aria-label attrs ingr.Chatbot()
. Thanks @whitphx! - #6820
649cd4d
- UseEventSource_factory
inopen_stream()
for Wasm. Thanks @whitphx! - #6916
02c2442
- Fix docstring of deprecated parameter concurrency_count. Thanks @ronensc! - #6884
24a5836
- Component Server fix. Thanks @aliabid94! - #6887
8333db8
- Fix the Wasm worker to initialize the app directories. Thanks @whitphx!
Fixes
- #6932
e671e54
- Allowgr.ClearButton
andgr.DuplicateButton
to be made hidden (and otherwise updated). Thanks @abidlabs! - #6942
b1b78c2
- Fix.select
forgr.Image
,gr.CheckboxGroup
. Thanks @abidlabs! - #6899
bd11d6e
- Remove the styles on the audio elements in the Chatbot component. Thanks @whitphx! - #6871
d361a0f
- Ensure camera settings only update when necessary in Model3D. Thanks @hannahblair! - #6938
459c5dc
- replacing distutils.StrictVersion dependency for Python 3.12. Thanks @velaia! - #6956
7bab755
- Fixed (this this). Thanks @Cassini-chris! - #6874
31c2316
- fix issue 6873: File with file_count='directory' bug. Thanks @joshwilson-dev! - #6940
c00da89
- Fix returning copies of a component instance from a prediction function. Thanks @abidlabs!
4.12.0
Features
- #6839
e974cf0
- Custom JS Guide. Thanks @dawoodkhan82! - #6854
e528f98
- chore(deps): update dependency mrmime to v2. Thanks @renovate!
Fixes
- #6863
d406855
- Fix JS Client when app is running behind a proxy. Thanks @freddyaboulton! - #6846
48d6534
- Addshow_api
parameter to events, and fixgr.load()
. Also makes some minor improvements to the "view API" page when running on Spaces. Thanks @abidlabs! - #6865
15c97c6
- Fix webcam whenstreaming=True
. Thanks @hannahblair! - #6767
7bb561a
- Rewriting parts of the README and getting started guides for 4.0. Thanks @abidlabs!
4.11.0
Features
- #6842
846d52d
- Fix md highlight. Thanks @pngwn! - #6831
f3abde8
- Add an option to enable header links for markdown. Thanks @pngwn! - #6814
828fb9e
- Refactor queue so that there are separate queues for each concurrency id. Thanks @aliabid94! - #6809
1401d99
- FixImageEditor
interaction story. Thanks @hannahblair! - #6803
77c9003
- Fixes issue 5781: Enables specifying a caching directory for Examples. Thanks @cswamy! - #6823
67a2b7f
- Fixed duplicate word ("this this"). Thanks @Cassini-chris! - #6833
1b9d423
- Prevent file traversals. Thanks @abidlabs!
Fixes
- #6829
50496f9
- Adjust rounding logic when precision isNone
ingr.Number()
. Thanks @hannahblair! - #6766
73268ee
- Improve source selection UX. Thanks @hannahblair!
4.10.0
Features
- #6798
245d58e
- Improve how server/js client handle unexpected errors. Thanks @freddyaboulton! - #6794
7ba8c5d
- Fix SSRF vulnerability on/file=
route. Thanks @abidlabs!
Fixes
- #6799
c352811
- Adds docstrings forgr.WaveformOptions
,gr.Brush
, andgr.Eraser
, fixes examples forImageEditor
, and allows individual images to be used as the initialvalue
forImageEditor
. Thanks @abidlabs! - #6808
6b130e2
- Ensure LoginButtonvalue
text is displayed. Thanks @hannahblair! - #6810
526fb6c
- Fixgr.load()
so that it works with the SSE v1 protocol. Thanks @abidlabs!
4.9.1
Features
Fixes
- #6525
5d51fbc
- Fixes Drag and Drop for Upload. Thanks @dawoodkhan82! - #6780
51e241a
- Fix flaky CI tests (again 😓 ). Thanks @freddyaboulton! - #6693
34f9431
- Python client properly handles hearbeat and log messages. Also handles responses longer than 65k. Thanks @freddyaboulton!
4.9.0
Features
- #6726
21cfb0a
- Remove the styles from the Image/Video primitive components and Fix the container styles. Thanks @whitphx! - #6398
67ddd40
- Lite v4. Thanks @whitphx! - #6399
053bec9
- Improve CSS token documentation in Storybook. Thanks @hannahblair! - #6745
3240d04
- Addeditable
parameter to Audio. Thanks @hannahblair! - #6616
9a0bd27
- Add support for OAuth tokens. Thanks @Wauplin! - #6738
f3c4d78
- reload on css changes + fix css specificity. Thanks @pngwn! - #6671
299f5e2
- Update HF token used in CI tests. Thanks @abidlabs! - #6680
cfd5700
- Causegr.ClearButton
to reset the value ofgr.State
. Thanks @abidlabs! - #6603
6b1401c
- chore(deps): update dependency marked to v11. Thanks @renovate! - #6666
30c9fbb
- Set gradio api server from env. Thanks @aisensiy! - #6677
51b54b3
- Tweak to our bug issue template. Thanks @abidlabs! - #6598
7cbf96e
- Issue 5245: consolidate usage of requests and httpx. Thanks @cswamy! - #6704
24e0481
- Hotfix: updatehuggingface_hub
dependency version. Thanks @abidlabs! - #6432
bdf81fe
- Lite: Set the home dir path per appId at each runtime. Thanks @whitphx! - #6569
4d1cbbc
- Allow passing height and width as string inBlocks.svelte
. Thanks @hannahblair! - #6416
5177132
- Lite: Fix theisMessagePort()
type guard in js/wasm/src/worker-proxy.ts. Thanks @whitphx! - #6543
8a70e83
- switch from black to ruff formatter. Thanks @DarhkVoyd!
Fixes
- #6709
6a9151d
- Remove progress animation on streaming. Thanks @aliabid94! - #6660
5238053
- Fix reload mode warning about not being able to find the app. Thanks @freddyaboulton! - #6672
1234c37
- use gr.Error for audio length errors. Thanks @abidlabs! - #6676
fe40308
- Rotate Images to Upright Position in preprocess. Thanks @freddyaboulton! - #6487
9a5811d
- Fix the download button of thegr.Gallery()
component to work. Thanks @whitphx! - #6689
c9673ca
- Fix directory-only glob for FileExplorer. Thanks @freddyaboulton! - #6639
9a6ff70
- Fix issue withhead
param when adding more than one script tag. Thanks @dawoodkhan82! - #6556
d76bcaa
- Fix api event drops. Thanks @aliabid94! - #6754
a1b966e
- Fixed an issue where files could not be filed. Thanks @duolabmeng6! - #6694
dfc61ec
- Fix dropdown blur bug when values are provided as tuples. Thanks @abidlabs! - #6691
128ab5d
- Ensure checked files persist after FileExplorer rerenders. Thanks @hannahblair! - #6698
798eca5
- Fit video media within Video component. Thanks @hannahblair! - #6759
28a7aa9
- Mount on a FastAPI app with lifespan manager. Thanks @Xmaster6y!
4.8.0
Features
- #6624
1751f14
- Remove 2 slider demos from docs. Thanks @aliabd! - #6622
4396f3f
- Fix encoding issue #6364 of reload mode. Thanks @curiousRay! - #5885
9919b8a
- Fix the docstring decoration. Thanks @whitphx! - #6565
9bf1ad4
- Fix uploaded file wasn't moved to custom temp dir at different disks. Thanks @dodysw! - #6584
9bcb1da
- Feat: make UploadButton accept icon. Thanks @Justin-Xiang! - #6512
4f040c7
- Update zh-CN.json. Thanks @cibimo!
Fixes
- #6607
13ace03
- Update file_explorer.py - Fixing error if nothing selected in file_count=single mode (return None rather). Thanks @v-chabaux! - #6574
2b625ad
- Ensure Chatbot messages are properly aligned whenrtl
is true. Thanks @hannahblair! - #6635
b639e04
- Quick Image + Text Component Fixes. Thanks @dawoodkhan82! - #6572
206af31
- Improve like/dislike functionality. Thanks @hannahblair! - #6566
d548202
- Improve video trimming and error handling. Thanks @hannahblair! - #6653
d92c819
- Add concurrency_limit to ChatInterface, add IDE support for concurrency_limit. Thanks @freddyaboulton! - #6551
8fc562a
- Addshow_recording_waveform
to Audio. Thanks @hannahblair! - #6550
3156598
- Make FileExplorer work on python 3.8 and 3.9. Also make it update on changes to root, glob, or glob_dir. Thanks @freddyaboulton! - #6602
b8034a1
- Fix: Gradio Client work with private Spaces. Thanks @abidlabs!
4.7.1
Features
Fixes
- #6530
13ef0f0ca
- Quick fix: Make component interactive when it is in focus. Thanks @dawoodkhan82!
4.6.0
Features
- #6532
96290d304
- tweak deps. Thanks @pngwn! - #6511
71f1a1f99
- MarkFileData.orig_name
optional on the frontend aligning the type definition on the Python side. Thanks @whitphx! - #6520
f94db6b73
- File table style with accessible file name texts. Thanks @whitphx! - #6523
63f466882
- Fix typo in base.py. Thanks @eltociear! - #6296
46f13f496
- chore(deps): update all non-major dependencies. Thanks @renovate! - #6517
901f3eebd
- Allow reselecting the original option ingr.Dropdown
after value has changed programmatically. Thanks @abidlabs! - #6538
147926196
- Some tweaks toImageEditor
. Thanks @abidlabs! - #6518
d4e3a5189
- Allows setting parameters ofgr.ChatInterface
'sAccordion
. Thanks @abidlabs!
Fixes
- #6528
f53b01cbf
- Fix Theme Dropdown in deployed theme space. Thanks @freddyaboulton! - #6546
a424fdbb2
- Ensure audio waveformautoplay
updates. Thanks @hannahblair! - #6536
1bbd6cab3
- Fix undefineddata
TypeError in Blocks. Thanks @hannahblair! - #6500
830b6c0e6
- Process and convert .svg files inImage
. Thanks @hannahblair!
4.5.0
Highlights
New ImageEditor
component (#6169 9caddc17b
)
A brand new component, completely separate from Image
that provides simple editing capabilities.
- Set background images from file uploads, webcam, or just paste!
- Crop images with an improved cropping UI. App authors can event set specific crop size, or crop ratios (
1:1
, etc) - Paint on top of any image (or no image) and erase any mistakes!
- The ImageEditor supports layers, confining draw and erase actions to that layer.
- More flexible access to data. The image component returns a composite image representing the final state of the canvas as well as providing the background and all layers as individual images.
- Fully customisable. All features can be enabled and disabled. Even the brush color swatches can be customised.
def fn(im):
im["composite"] # the full canvas
im["background"] # the background image
im["layers"] # a list of individual layers
im = gr.ImageEditor(
# decide which sources you'd like to accept
sources=["upload", "webcam", "clipboard"],
# set a cropsize constraint, can either be a ratio or a concrete [width, height]
crop_size="1:1",
# enable crop (or disable it)
transforms=["crop"],
# customise the brush
brush=Brush(
default_size="25", # or leave it as 'auto'
color_mode="fixed", # 'fixed' hides the user swatches and colorpicker, 'defaults' shows it
default_color="hotpink", # html names are supported
colors=[
"rgba(0, 150, 150, 1)", # rgb(a)
"#fff", # hex rgb
"hsl(360, 120, 120)" # in fact any valid colorstring
]
),
brush=Eraser(default_size="25")
)
Thanks @pngwn!
Fixes
- #6497
1baed201b
- Fix SourceFileReloader to watch the module with a qualified name to avoid importing a module with the same name from a different path. Thanks @whitphx! - #6502
070f71c93
- Ensure image editor crop and draw cursor works as expected when the scroll position changes. Thanks @pngwn!
4.4.1
Features
- #6467
739e3a5a0
- Fix dev mode. Thanks @freddyaboulton!
4.4.0
Features
- #6428
ac4ca59c9
- Extract video filenames correctly from URLs. Thanks @112292454! - #6461
6b53330a5
- UploadButton tests. Thanks @freddyaboulton! - #6439
a1e3c61f4
- Allow setting adefault_concurrency_limit
other than 1. Thanks @abidlabs! - #6455
179f5bcde
- Add py.typed to gradio backend. Thanks @aleneum! - #6436
58e3ca826
- Custom Component CLI Improvements. Thanks @freddyaboulton! - #6462
2761b6d19
- Catch ValueError, KeyError when saving PIL Image. Thanks @freddyaboulton! - #6423
62d35c3d1
- Issue 2085: Transformers object detection pipeline added. Thanks @cswamy! - #6456
3953a1467
- Preserve original image extension in backend processing. Thanks @freddyaboulton! - #6427
e0fc14659
- Allow google analytics to work on Spaces (and other iframe situations). Thanks @abidlabs! - #6419
1959471a8
- Add download tests for audio/video. Thanks @freddyaboulton! - #6424
2727f45fb
- Do not show warnings when renaming api_names. Thanks @abidlabs! - #6437
727ae2597
- chore: rename api_key to hf_token. Thanks @NickCrews!
Fixes
- #6441
2f805a7dd
- Small but important bugfixes for gr.Image: The upload event was not triggering at all. The paste-from-clipboard was not triggering an upload event. The clear button was not triggering a change event. The change event was triggering infinitely. Uploaded images were not preserving their original names. Uploading a new image should clear out the previous image. Thanks @freddyaboulton! - #6454
2777f326e
- Ensure Audio ouput events are dispatched. Thanks @hannahblair! - #6254
f816136a0
- Add volume control to Audio. Thanks @hannahblair! - #6457
d00fcf89d
- Gradio custom component dev mode now detects changes to Example.svelte file. Thanks @freddyaboulton! - #6418
bce6ca109
- Send more than one heartbeat message. Thanks @freddyaboulton! - #6425
b3ba17dd1
- Update the selected indices inDropdown
when value changes programmatically. Thanks @abidlabs!
4.3.0
Features
- #6395
8ef48f852
- Async functions and async generator functions with theevery
option to work. Thanks @whitphx! - #6403
9cfeb4f17
- Remove websockets dependency. Thanks @freddyaboulton! - #6406
0401c77f3
- Move ffmpeg toVideo
deps. Thanks @hannahblair! - #6099
d84209703
- Lite: SharedWorker mode. Thanks @whitphx!
Fixes
- #6412
649f3ceb6
- Added docs on gr.Examples. Thanks @abidlabs! - #6378
d31d8c6ad
- Allowssources
to be a string forgr.Image
. Thanks @abidlabs! - #6382
2090aad73
- Move wavesurfer dep to js/audio. Thanks @freddyaboulton! - #6383
324867f63
- Fix event target. Thanks @aliabid94! - #6405
03491ef49
- Fix docstrings and default value forapi_name
. Thanks @abidlabs! - #6386
e76a9e8fc
- Fix Chatbot Pending Message Issues. Thanks @dawoodkhan82! - #6414
da1e31832
- Fix Model3D download button and other issues. Thanks @freddyaboulton! - #6379
de998b281
- Processesavatar_images
forgr.Chatbot
andicon
forgr.Button
correctly, so that respective files are moved to cache. Thanks @abidlabs!
4.2.0
Features
- #6333
42f76aeeb
- Add AsyncGenerator to the check-list ofdependencies.types.generator
. Thanks @whitphx! - #6347
d64787b88
- FixcolorFrom
in theme space readmes. Thanks @abidlabs! - #6363
4d3aad33a
- Fix image upload. Thanks @freddyaboulton! - #6356
854b482f5
- Redesign file upload. Thanks @hannahblair! - #6343
37dd335e5
- Fix audio streaming output issues in 4.0. Thanks @aliabid94! - #6307
f1409f95e
- Provide status updates on file uploads. Thanks @freddyaboulton!
Fixes
- #6368
8a3f45c26
- Fix component update bug. Thanks @freddyaboulton! - #6322
6204ccac5
- Fixesgr.load()
so it works properly with Images and Examples. Thanks @abidlabs! - #6323
55fda81fa
- Textbox and Code Component Blur/Focus Fixes. Thanks @dawoodkhan82!
4.1.2
Features
- #6318
d3b53a457
- Fix for stylized DataFrame. Thanks @abidlabs! - #6326
ed546f2e1
- Fix Model3D template. Thanks @freddyaboulton!
Fixes
- #6310
dfdaf1092
- Fix data model forgr.DataFrame
. Thanks @abidlabs! - #6316
4b1011bab
- Maintain text selection inChatbot
button elements. Thanks @hannahblair! - #6327
bca6c2c80
- Restore query parameters in request. Thanks @aliabid94! - #6317
19af2806a
- Add autoplay towaveform_settings
. Thanks @hannahblair! - #6294
7ab73df48
- fix regarding callable function error. Thanks @SrijanSahaySrivastava! - #6279
3cdeabc68
- Ensure source selection does not get hidden in overflow. Thanks @hannahblair! - #6311
176c4d140
- Temporary fix to be able to load themes from Hub. Thanks @abidlabs! - #6314
fad92c29d
- Improve default source behaviour in Audio. Thanks @hannahblair! - #6320
570866a3b
- Hide show API link when in gradio lite. Thanks @hannahblair! - #6309
c56128781
- Fix updating choices ingr.Dropdown
and updates related to other components. Thanks @abidlabs!
4.1.1
Fixes
- #6288
92278729e
- Gallery preview fix and optionally skip download of urls in postprcess. Thanks @freddyaboulton! - #6289
5668036ee
- Fix file upload on windows. Thanks @freddyaboulton! - #6290
e8216be94
- ensuregr.Dataframe
updates as expected. Thanks @pngwn!
4.1.0
Features
- #6261
8bbeca0e7
- Improve Embed and CDN handling and fix a couple of related bugs. Thanks @pngwn! - #6241
61c155e9b
- Remove session if browser closed on mobile. Thanks @aliabid94! - #6227
4840b4bc2
- Add that api routes are automatically named to CHANGELOG. Thanks @freddyaboulton! - #6240
dd901c1b0
- Model3D panning, improved UX. Thanks @dylanebert! - #6272
12d8e90a1
- Fixes inputImage
component withstreaming=True
. Thanks @abidlabs! - #6268
de36820ef
- Fix various issues with demos on website. Thanks @aliabd! - #6232
ac4f2bcde
- Remove **kwargs from queue. Thanks @freddyaboulton! - #6255
e3ede2ff7
- Ensure Model 3D updates when attributes change. Thanks @hannahblair!
Fixes
- #6266
e32bac894
- Fix updating interactive prop. Thanks @abidlabs! - #6213
27194a987
- Ensure the statustracker forgr.Image
displays in static mode. Thanks @pngwn! - #6234
aaa55ce85
- Video/Audio fixes. Thanks @freddyaboulton! - #6236
6bce259c5
- Ensuregr.CheckboxGroup
updates as expected. Thanks @pngwn! - #6262
afb72bd19
- Fix bug where radio.select passes the previous value to the function instead of the selected value. Thanks @freddyaboulton! - #6231
3e31c1752
- Add likeable to config for Chatbot. Thanks @freddyaboulton! - #6249
2cffcf3c3
- ensure radios have different names. Thanks @pngwn! - #6229
5cddd6588
- Fixes: Initial message is overwrtitten in chat interface. Thanks @dawoodkhan82! - #6277
5fe091367
- handle selected_index prop change for gallery. Thanks @pngwn! - #6211
a4a931dd3
- fixFileExplorer
preprocess. Thanks @pngwn! - #5876
d7a1a6559
- Fix file overflow and add keyboard navigation toFileExplorer
. Thanks @hannahblair!
4.0.2
Fixes
4.0.1
Features
- #6137
2ba14b284
- JS Param. Thanks @dawoodkhan82! - #6181
62ec2075c
- modify preprocess to use pydantic models. Thanks @abidlabs!
4.0.0
Highlights
4.0 is a big release, so here are the main highlights:
1. Custom Components:
We've introduced the ability to create and publish you own custom gradio
components. A custom Gradio component is a combination of Python and JavaScript (specifically, Svelte) that you can write to fully customize a Gradio component. A custom component can be used just like a regular Gradio component (with gr.Interface
, gr.Blocks
, etc.) and can be published so that other users can use it within their apps. To get started with Custom Components, read our quickstart guide here.
2. Redesigned Media Components and Accessibility:
We redesigned our media components (gr.Audio
, gr.Image
, and gr.Video
) from scratch and improved accessibilty across the board. All components are now keyboard navigable and include better colors to be usable by a wider audience.
3. Server Side Events:
Gradio's built-in queuing system is now the default for every Gradio app. We now use Server Side Events instead of Websockets for the queue. SSE means everything is served over HTTP and has better device support and better scaling than websockets.
4. Custom Share Servers:
Gradio share links can now run on custom domains. You can now set up your own server to serve Gradio share links. To get started, read our guide here.
-
We now support adding arbitrary JS to your apps using the
js
parameter in Blocks, and arbitrary modifications to the <head> of your app using thehead
parameter in Blocks -
We no longer expose a user's working directory by default when you release a Gradio app. There are some other improvements around security as well.
-
Previously, a Gradio app's API endpoints were exposed, allowing you to bypass the queue. As a Gradio developer, you needed to set
api_open=False
to prevent this misuse. We've now made this the default. -
You can now control whether a user should be able to trigger the same event multiple times (by using the
trigger_mode
parameter of each event) -
You now have fine-grained control over how many times each event can be running concurrently in the backend (using the
concurrency_limit
parameter of each event) -
We no longer serialize images into base64 before sending them to the server or on the way back. This should make any Gradio app that includes
gr.Image
components much faster.
Breaking Changes
Gradio 4.0 is a new major version, and includes breaking changes from 3.x. Here's a list of all the breaking changes, along with migration steps where appropriate.
Components:
- Removes
**kwarg
from every component, meaning that components cannot accept arbitrary (unused) parameters. Previously, warnings would be thrown. - Removes deprecated parameters. For example,
plain
is no longer an alias forsecondary
for thevariant
argument in thegr.Button
class - Removes the deprecated
Carousel
class andStatusTracker
class andBox
layout class - Removes the deprecated
Variable
alias forState
- Removes the deprecated
.style()
methods from component classes - Removes the deprecated
.update()
method from component classes - Removes
get_interpretation_neighbors()
andget_interpretation_scores()
from component classes - Removes
deprecation.py
-- this was designed for internal usage so unlikely to break gradio apps - Moves save to cache methods from component methods to standalone functions in processing_utils
- Renames
source
param ingr.Audio
andgr.Video
tosources
- Removes
show_edit_button
param fromgr.Audio
- The
tool=
argument ingr.Image()
has been removed. As ofgradio==4.5.0
, we have a newgr.ImageEditor
component that takes its place. TheImageEditor
component is a streamlined component that allows you to do basic manipulation of images. It supports setting a background image (which can be uploaded, pasted, or recorded through a webcam), as well the ability to "edit" the background image by using a brush to create strokes and an eraser to erase strokes in layers on top of the background image. See the Migrating to Gradio 4.0 section below.
Other changes related to the gradio
library:
- Removes the deprecated
status_tracker
parameter from events - Removes the deprecated
HuggingFaceDatasetJSONSaver
class - Now
Blocks.load()
can only be use an is instance method to attach an event that runs when the page loads. To use the class method, usegr.load()
instead - Similarly,
Interface.load()
has been removed - If you are runnin Gradio 4.x, you can not
gr.load
a Space that is running Gradio 3.x. However, you can still use the client libraries (see changes to the client libraries below). - Removes deprecated parameters, such as
enable_queue
fromlaunch()
- Many of the positional arguments in launch() are now keyword only, and show_tips has been removed
- Changes the format of flagged data to json instead of filepath for media and chatbot
- Removes
gr.Series
andgr.Parallel
- All API endpoints are named by deafult. If
api_name=None
, the api name is the name of the python function.
Changes related to the Client libraries:
- When using the gradio Client libraries in 3.x with any component that returned JSON data (including
gr.Chatbot
,gr.Label
, andgr.JSON
), the data would get saved to a file and the filepath would be returned. Similarly, you would have to pass input JSON as a filepath. Now, the JSON data is passed and returned directly, making it easier to work with these components using the clients.
Migrating to Gradio 4.0
Here are some concrete tips to help migrate to Gradio 4.0:
Using allowed_paths
Since the working directory is now not served by default, if you reference local files within your CSS or in a gr.HTML
component using the /file=
route, you will need to explicitly allow access to those files (or their parent directories) using the allowed_paths
parameter in launch()
For example, if your code looks like this:
import gradio as gr
with gr.Blocks() as demo:
gr.HTML("<img src='/file=image.png' alt='image One'>")
demo.launch()
In order for the HTML component to be able to serve image.png
, you will need to add image.png
in allowed_paths
like this:
import gradio as gr
with gr.Blocks() as demo:
gr.HTML("<img src='/file=image.png' alt='image One'>")
demo.launch(allowed_paths=["image.png"])
or if you want to expose all files in your working directory as was the case in Gradio 3.x (not recommended if you plan to share your app with others), you could do:
import gradio as gr
with gr.Blocks() as demo:
gr.HTML("<img src='/file=image.png' alt='image One'>")
demo.launch(allowed_paths=["."])
Using concurrency_limit
instead of concurrency_count
Previously, in Gradio 3.x, there was a single global concurrency_count
parameter that controlled how many threads could execute tasks from the queue simultaneously. By default concurrency_count
was 1, which meant that only a single event could be executed at a time (to avoid OOM errors when working with prediction functions that utilized a large amount of memory or GPU usage). You could bypass the queue by setting queue=False
.
In Gradio 4.0, the concurrency_count
parameter has been removed. You can still control the number of total threads by using the max_threads
parameter. The default value of this parameter is 40
, but you don't have worry (as much) about OOM errors, because even though there are 40 threads, we use a single-worker-single-event model, which means each worker thread only executes a specific function. So effectively, each function has its own "concurrency count" of 1. If you'd like to change this behavior, you can do so by setting a parameter concurrency_limit
, which is now a parameter of each event, not a global parameter. By default this is 1
for each event, but you can set it to a higher value, or to None
if you'd like to allow an arbitrary number of executions of this event simultaneously. Events can also be grouped together using the concurrency_id
parameter so that they share the same limit, and by default, events that call the same function share the same concurrency_id
.
Lastly, it should be noted that the default value of the concurrency_limit
of all events in a Blocks (which is normally 1) can be changed using the default_concurrency_limit
parameter in Blocks.queue()
. You can set this to a higher integer or to None
. This in turn sets the concurrency_limit
of all events that don't have an explicit conurrency_limit
specified.
To summarize migration:
- For events that execute quickly or don't use much CPU or GPU resources, you should set
concurrency_limit=None
in Gradio 4.0. (Previously you would setqueue=False
.) - For events that take significant resources (like the prediction function of your machine learning model), and you only want 1 execution of this function at a time, you don't have to set any parameters.
- For events that take significant resources (like the prediction function of your machine learning model), and you only want
X
executions of this function at a time, you should setconcurrency_limit=X
parameter in the event trigger.(Previously you would set a globalconcurrency_count=X
.)
The new ImageEditor
component
In Gradio 4.0, the tool=
argument in gr.Image()
was removed. It has been replaced, as of Gradio 4.5.0, with a new gr.ImageEditor()
component. The ImageEditor
component is a streamlined component that allows you to do basic manipulation of images. It supports setting a background image (which can be uploaded, pasted, or recorded through a webcam), as well the ability to "edit" the background by using a brush to create strokes and an eraser to erase strokes in layers on top of the background image.
The ImageEditor
component is much more performant and also offers much more flexibility to customize the component, particularly through the new brush
and eraser
arguments, which take Brush
and Eraser
objects respectively.
Here are some examples of how you might migrate from Image(tool=...)
to gr.ImageEditor()
.
- To create a sketchpad input that supports writing black strokes on a white background, you might have previously written:
gr.Image(source="canvas", tools="sketch")
Now, you should write:
gr.ImageEditor(sources=(), brush=gr.Brush(colors=["#000000"]))
Note: you can supply a list of supported stroke colors in gr.Brush
, as well as control whether users can choose their own colors by setting the color_mode
parameter of gr.Brush
to be either "fixed"
or "defaults"
.
- If you want to create a sketchpad where users can draw in any color, simply omit the
brush
parameter. In other words, where previously, you would do:
gr.Image(source="canvas", tools="color-sketch")
Now, you should write:
gr.ImageEditor(sources=())
- If you want to allow users to choose a background image and then draw on the image, previously, you would do:
gr.Image(source="upload", tools="color-sketch")
Now, this is the default behavior of the ImageEditor
component, so you should just write:
gr.ImageEditor()
Unlike the Image
component, which passes the input image as a single value into the prediction function, the ImageEditor
passes a dictionary consisting of three key-value pairs:
- the key
"background"
, whose value is the background image - the key
"layers"
, which consists of a list of values, with the strokes in each layer corresponding to one list element. - the key
"composite"
, whose value is to the complete image consisting of background image and all of the strokes.
The type of each value can be set by the type
parameter ("filepath"
, "pil"
, or "numpy"
, with the default being "numpy"
), just like in the Image
component.
Please see the documentation of the gr.ImageEditor
component for more details: https://www.gradio.app/docs/imageeditor
Features
- #6184
86edc0199
- Remove gr.mix. Thanks @abidlabs! - #5498
287fe6782
- fix circular dependency with client + upload. Thanks @pngwn! - #6177
59f5a4e30
- Part I: Remove serializes. Thanks @abidlabs! - #5498
287fe6782
- Don't serve files in working directory by default. Thanks @pngwn! - #5498
287fe6782
- Small change to makeapi_open=False
by default. Thanks @pngwn! - #5498
287fe6782
- Add json schema unit tests. Thanks @pngwn! - #5498
287fe6782
- Remove duplicateelem_ids
from components. Thanks @pngwn! - #6182
911829ac2
- Allow data at queue join. Thanks @aliabid94! - #5498
287fe6782
- Movesgradio_cached_folder
inside the gradio temp direcotry. Thanks @pngwn! - #5498
287fe6782
- V4: Fix constructor_args. Thanks @pngwn! - #5498
287fe6782
- Remove interpretation for good. Thanks @pngwn! - #5498
287fe6782
- Improve Audio Component. Thanks @pngwn! - #5498
287fe6782
- pass props to example components and to example outputs. Thanks @pngwn! - #5498
287fe6782
- Clean root url. Thanks @pngwn! - #5498
287fe6782
- Adds the ability to build the frontend and backend of custom components in preparation for publishing to pypi usinggradio_component build
. Thanks @pngwn! - #5498
287fe6782
- Fix selectable prop in the backend. Thanks @pngwn! - #5498
287fe6782
- Set api=False for cancel events. Thanks @pngwn! - #5498
287fe6782
- Improve Video Component. Thanks @pngwn! - #5498
287fe6782
- Try to trigger a major beta release. Thanks @pngwn! - #6172
79c8156eb
- Queue concurrency count. Thanks @aliabid94! - #5498
287fe6782
- Image v4. Thanks @pngwn! - #5498
287fe6782
- Publish all components to npm. Thanks @pngwn! - #5498
287fe6782
- Open source FRP server and allowgradio
to connect to custom share servers. Thanks @pngwn! - #5498
287fe6782
- File upload optimization. Thanks @pngwn! - #5498
287fe6782
- Custom components. Thanks @pngwn! - #5498
287fe6782
- Removes deprecated arguments and parameters from v4. Thanks @pngwn! - #5498
287fe6782
- V4: Use async version of shutil in upload route. Thanks @pngwn! - #5498
287fe6782
- V4: Set cache dir for some component tests. Thanks @pngwn! - #5498
287fe6782
- Proposal: sample demo for custom components should be agr.Interface
. Thanks @pngwn! - #5498
287fe6782
- fix cc build. Thanks @pngwn! - #5498
287fe6782
- --overwrite deletes previous content. Thanks @pngwn! - #6171
28322422c
- strip dangling svelte imports. Thanks @pngwn! - #5498
287fe6782
- Swap websockets for SSE. Thanks @pngwn! - #6153
1162ed621
- Removeshow_edit_button
param in Audio. Thanks @hannahblair! - #6124
a7435ba9e
- Fix static issues with Lite on v4. Thanks @aliabd! - #6143
e4f7b4b40
- fix circular dependency with client + upload. Thanks @pngwn! - #6136
667802a6c
- JS Component Documentation. Thanks @freddyaboulton! - #6142
103416d17
- JS READMEs and Storybook on Docs. Thanks @aliabd! - #6094
c476bd5a5
- Image v4. Thanks @pngwn! - #6149
90318b1dd
- swapmode
on the frontned tointeractive
to match the backend. Thanks @pngwn! - #6128
9c3bf3175
- Don't serve files in working directory by default. Thanks @abidlabs! - #6138
d2dfc1b9a
- Small change to makeapi_open=False
by default. Thanks @abidlabs! - #6152
982bff2fd
- Remove duplicateelem_ids
from components. Thanks @hannahblair! - #6155
f71ea09ae
- Movesgradio_cached_folder
inside the gradio temp direcotry. Thanks @abidlabs! - #6154
a8ef6d5dc
- Remove interpretation for good. Thanks @abidlabs! - #6135
bce37ac74
- Fix selectable prop in the backend. Thanks @freddyaboulton! - #6118
88bccfdba
- Improve Video Component. Thanks @hannahblair! - #6126
865a22d5c
- RefactorBlocks.load()
so that it is in the same style as the other listeners. Thanks @abidlabs! - #6098
c3bc515bf
- Gradio custom component publish. Thanks @freddyaboulton! - #6157
db143bdd1
- Make output components not editable if they are being updated. Thanks @dawoodkhan82! - #6091
d5d29c947
- Open source FRP server and allowgradio
to connect to custom share servers. Thanks @abidlabs! - #6129
0d261c6ec
- Fix fallback demo app template code. Thanks @freddyaboulton! - #6140
71bf2702c
- Fix video. Thanks @abidlabs! - #6069
bf127e124
- Swap websockets for SSE. Thanks @aliabid94! - #6082
037e5af33
- WIP: Fix docs. Thanks @freddyaboulton! - #6071
f08da1a6f
- Fixes markdown rendering in examples. Thanks @abidlabs! - #5970
0c571c044
- Add json schema unit tests. Thanks @freddyaboulton! - #6016
83e947676
- Format js in v4 branch. Thanks @freddyaboulton! - #6093
fadc057bb
- V4: Fix constructor_args. Thanks @freddyaboulton! - #5966
9cad2127b
- Improve Audio Component. Thanks @hannahblair! - #6014
cad537aac
- pass props to example components and to example outputs. Thanks @pngwn! - #5955
825c9cddc
- Fix dev mode model3D. Thanks @freddyaboulton! - #6107
9a40de7bf
- Fix: Move to cache in init postprocess + Fallback Fixes. Thanks @freddyaboulton! - #6018
184834d02
- Add a cli command to list available templates. Thanks @freddyaboulton! - #6092
11d67ae75
- Add a stand-alone install command and tidy-up the fallback template. Thanks @freddyaboulton! - #6026
338969af2
- V4: Single-file implementation of form components. Thanks @freddyaboulton! - #6114
39227b6fa
- Try to trigger a major beta release. Thanks @freddyaboulton! - #6060
447dfe06b
- Clean up backend ofFile
andUploadButton
and change the return type ofpreprocess()
from TemporaryFIle to string filepath. Thanks @abidlabs! - #6073
abff6fb75
- Fix remaining xfail tests in backend. Thanks @freddyaboulton! - #6089
cd8146ba0
- Update logos for v4. Thanks @abidlabs! - #5961
be2ed5e13
- File upload optimization. Thanks @freddyaboulton! - #5968
6b0bb5e6a
- Removes deprecated arguments and parameters from v4. Thanks @abidlabs! - #6027
de18102b8
- V4: Fix component update bug. Thanks @freddyaboulton! - #5996
9cf40f76f
- V4: Simple dropdown. Thanks @freddyaboulton! - #5990
85056de5c
- V4: Simple textbox. Thanks @freddyaboulton! - #6044
9053c95a1
- Simplify File Component. Thanks @freddyaboulton! - #6077
35a227fbf
- Proposal: sample demo for custom components should be agr.Interface
. Thanks @abidlabs! - #6079
3b2d9eaa3
- fix cc build. Thanks @pngwn!
Fixes
- #5498
287fe6782
- Pending events behavior. Thanks @pngwn! - #5498
287fe6782
- Reinstate types that were removed in error in #5832. Thanks @pngwn! - #5498
287fe6782
- Fixes: slider bar are too thin on FireFox. Thanks @pngwn! - #6146
40a171ea6
- Fix image double change bug. Thanks @pngwn! - #6148
0000a1916
- fix dropdown arrow size. Thanks @pngwn! - #6067
bf38e5f06
- remove dupe component. Thanks @pngwn! - #6065
7d07001e8
- fix storybook. Thanks @pngwn! - #5826
ce036c5d4
- Pending events behavior. Thanks @dawoodkhan82! - #6046
dbb7de5e0
- fix tests. Thanks @pngwn! - #6042
e27997fe6
- Fixroot
when user is unauthenticated so that login page appears correctly. Thanks @abidlabs! - #6076
f3f98f923
- Lite error handler. Thanks @whitphx! - #5984
66549d8d2
- Fixes: slider bar are too thin on FireFox. Thanks @dawoodkhan82!
3.45.0-beta.13
Features
3.45.0-beta.12
Features
- #5498
85ba6de13
- V4: Some misc fixes. Thanks @pngwn! - #5960
319c30f3f
- rererefactor frontend files. Thanks @pngwn! - #5498
85ba6de13
- Add host to dev mode for vite. Thanks @pngwn! - #5498
d2314e53b
- BugFix: Make FileExplorer Component Templateable. Thanks @pngwn! - #5498
85ba6de13
- Use tags to identify custom component dirs and ignore uninstalled components. Thanks @pngwn! - #5956
f769876e0
- Apply formatter (and small refactoring) to the Lite-related frontend code. Thanks @whitphx! - #5938
13ed8a485
- V4: Use beta release versions for '@gradio' packages. Thanks @freddyaboulton! - #5498
85ba6de13
- Adds the ability to build the frontend and backend of custom components in preparation for publishing to pypi usinggradio_component build
. Thanks @pngwn! - #5498
85ba6de13
- Fix deployed demos on v4 branch. Thanks @pngwn! - #5498
85ba6de13
- Set api=False for cancel events. Thanks @pngwn! - #5498
85ba6de13
- Use full path to executables in CLI. Thanks @pngwn! - #5949
1c390f101
- Merge main again. Thanks @pngwn! - #5498
85ba6de13
- Simplify how files are handled in components in 4.0. Thanks @pngwn! - #5498
85ba6de13
- Name Endpoints if api_name is None. Thanks @pngwn! - #5937
dcf13d750
- V4: Update Component pyi file. Thanks @freddyaboulton! - #5498
85ba6de13
- Rename gradio_component to gradio component. Thanks @pngwn! - #5498
85ba6de13
- V4: Use async version of shutil in upload route. Thanks @pngwn! - #5498
85ba6de13
- V4: Set cache dir for some component tests. Thanks @pngwn! - #5894
fee3d527e
- Addscolumn_widths
togr.Dataframe
and hide overflowing text whenwrap=False
. Thanks @abidlabs!
Fixes
- #5498
85ba6de13
- Better logs in dev mode. Thanks @pngwn! - #5946
d0cc6b136
- fixup. Thanks @pngwn! - #5944
465f58957
- Show empty JSON icon whenvalue
isnull
. Thanks @hannahblair! - #5498
85ba6de13
- Reinstate types that were removed in error in #5832. Thanks @pngwn!
3.48.0
Features
- #5627
b67115e8e
- Lite: Make the Examples component display media files using pseudo HTTP requests to the Wasm server. Thanks @whitphx! - #5821
1aa186220
- Lite: Fix Examples.create() to be a normal func so it can be called in the Wasm env. Thanks @whitphx! - #5886
121f25b2d
- Lite: Fix is_self_host() to detect127.0.0.1
as localhost as well. Thanks @whitphx! - #5915
e24163e15
- Added dimensionality check to avoid bad array dimensions. Thanks @THEGAMECHANGER416! - #5835
46334780d
- Mention that audio is normalized when converting to wav in docs. Thanks @aileenvl! - #5877
a55b80942
- Add styling (e.g. font colors and background colors) support togr.DataFrame
through thepd.Styler
object. Thanks @abidlabs! - #5819
5f1cbc436
- Add support for gr.Request to gr.ChatInterface. Thanks @DarhkVoyd! - #5901
c4e3a9274
- Fix curly brackets in docstrings. Thanks @whitphx! - #5934
8d909624f
- Fix styling issues with Audio, Image and Video components. Thanks @aliabd! - #5864
e70805d54
- ChangeBlockLabel
element to use<label>
. Thanks @aileenvl! - #5862
c07207e0b
- Remove deprecated.update()
usage from Interface internals. Thanks @abidlabs! - #5905
b450cef15
- Fix type the docstring of the Code component. Thanks @whitphx!
Fixes
- #5840
4e62b8493
- Ensure websocket polyfill doesn't load if there is already aglobal.Webocket
property set. Thanks @Jay2theWhy! - #5839
b83064da0
- Fix error when scrolling dropdown with scrollbar. Thanks @Kit-p! - #5822
7b63db271
- Convert async methods in the Examples class into normal sync methods. Thanks @whitphx! - #5904
891d42e9b
- Define Font.repr() to be printed in the doc in a readable format. Thanks @whitphx! - #5811
1d5b15a2d
- Assert refactor in external.py. Thanks @harry-urek! - #5827
48e09ee88
- Quick fix: Chatbot change event. Thanks @dawoodkhan82! - #5890
c4ba832b3
- Remove deprecation warning fromgr.update
and clean up associated code. Thanks @abidlabs! - #5897
0592c301d
- Fix Dataframeline_breaks
. Thanks @dawoodkhan82! - #5878
fbce277e5
- Keep Markdown rendered lists within dataframe cells. Thanks @abidlabs! - #5930
361823896
- Fix dataframeline_breaks
. Thanks @dawoodkhan82!
3.47.1
Fixes
- #5816
796145e2c
- Fix calls to the component server so thatgr.FileExplorer
works on Spaces. Thanks @abidlabs!
3.47.0
Highlights
new FileExplorer
component (#5672 e4a307ed6
)
Thanks to a new capability that allows components to communicate directly with the server without passing data via the value, we have created a new FileExplorer
component.
This component allows you to populate the explorer by passing a glob, but only provides the selected file(s) in your prediction function.
Users can then navigate the virtual filesystem and select files which will be accessible in your predict function. This component will allow developers to build more complex spaces, with more flexible input options.
For more information check the FileExplorer
documentation.
Thanks @aliabid94!
Features
- #5780
ed0f9a21b
- Addschange()
event togr.Gallery
. Thanks @abidlabs! - #5783
4567788bd
- Adds the ability to set theselected_index
in agr.Gallery
. Thanks @abidlabs! - #5787
caeee8bf7
- ensure the client does not depend onwindow
when running in a node environment. Thanks @gibiee!
Fixes
- #5798
a0d3cc45c
- Fixgr.SelectData
so that the target attribute is correctly attached, and the filedata is included in the data attribute withgr.Gallery
. Thanks @abidlabs! - #5795
957ba5cfd
- Prevent bokeh from injecting bokeh js multiple times. Thanks @abidlabs! - #5790
37e70842d
- added try except block instate.py
. Thanks @SrijanSahaySrivastava! - #5794
f096c3ae1
- Throw helpful error when media devices are not found. Thanks @hannahblair! - #5776
c0fef4454
- Revert replica proxy logic and instead implement using theroot
variable. Thanks @freddyaboulton!
3.46.1
Features
Fixes
- #5775
e2874bc3c
- fix pending chatbot message styling and ensure messages with valueNone
don't render. Thanks @hannahblair!
3.46.0
Features
- #5699
8f0fed857
- Improve chatbot accessibility and UX. Thanks @hannahblair! - #5569
2a5b9e03b
- Added support for pandasStyler
object togr.DataFrame
(initially just sets thedisplay_value
). Thanks @abidlabs!
Fixes
- #5735
abb5e9df4
- Ensure images with no caption download in gallery. Thanks @hannahblair! - #5754
502054848
- Fix Gallerycolumns
androws
params. Thanks @abidlabs! - #5755
e842a561a
- Fix new line issue in chatbot. Thanks @dawoodkhan82! - #5731
c9af4f794
- Added timeout and error handling for frpc tunnel. Thanks @cansik! - #5766
ef96d3512
- Don't raise warnings when returning an updated component in a dictionary. Thanks @abidlabs! - #5767
caf6d9c0e
- Set share=True for all Gradio apps in Colab by default. Thanks @abidlabs!
3.45.2
Features
- #5722
dba651904
- Fix for deepcopy errors when running the replica-related logic on Spaces. Thanks @abidlabs! - #5721
84e03fe50
- Adds copy buttons to website, and better descriptions to API Docs. Thanks @aliabd!
Fixes
- #5714
a0fc5a296
- Make Tab and Tabs updatable. Thanks @abidlabs! - #5713
c10dabd6b
- Fixes gr.select() Method Issues with Dataframe Cells. Thanks @dawoodkhan82! - #5693
c2b31c396
- Context-based Progress tracker. Thanks @cbensimon! - #5705
78e7cf516
- ensure internal data has updated before dispatchingsuccess
orthen
events. Thanks @pngwn! - #5668
d626c21e9
- Fully resolve generated filepaths when running on Hugging Face Spaces with multiple replicas. Thanks @abidlabs! - #5711
aefb556ac
- prevent internal log_message error from/api/predict
. Thanks @cbensimon! - #5726
96c4b97c7
- Adjust translation. Thanks @ylhsieh! - #5732
3a48490bc
- Add a bareComponent
type to the acceptable type list ofgr.load()
'sinputs
andoutputs
. Thanks @whitphx!
3.45.1
Fixes
3.45.0
Features
- #5675
b619e6f6e
- Reorganize Docs Navbar and Fill in Gaps. Thanks @aliabd! - #5669
c5e969559
- Fix small issues in docs and guides. Thanks @aliabd! - #5682
c57f1b75e
- Fix functional tests. Thanks @abidlabs! - #5681
40de3d217
- add query parameters to thegr.Request
object through thequery_params
attribute. Thanks @DarhkVoyd! - #5653
ea0e00b20
- Prevent Clients from accessing API endpoints that setapi_name=False
. Thanks @abidlabs! - #5639
e1874aff8
- Addgr.on
listener method. Thanks @aliabid94! - #5652
2e25d4305
- Pause autoscrolling if a user scrolls up in agr.Textbox
and resume autoscrolling if they go all the way down. Thanks @abidlabs! - #5642
21c7225bd
- Improve plot rendering. Thanks @aliabid94! - #5677
9f9af327c
- [Refactoring] Convert async functions that don't containawait
statements to normal functions. Thanks @whitphx! - #5660
d76555a12
- Fix secondary hue bug in gr.themes.builder(). Thanks @hellofreckles! - #5697
f4e4f82b5
- Increase Slider clickable area. Thanks @dawoodkhan82! - #5671
6a36c3b78
- chore(deps): update dependency @types/prismjs to v1.26.1. Thanks @renovate! - #5240
da05e59a5
- Cleanup of .update and .get_config per component. Thanks @aliabid94!/n get_config is removed, the config used is simply any attribute that is in the Block that shares a name with one of the constructor paramaters./n update is not removed for backwards compatibility, but deprecated. Instead return the component itself. Created a updateable decorator that simply checks to see if we're in an update, and if so, skips the constructor and wraps the args and kwargs in an update dictionary. easy peasy. - #5635
38fafb9e2
- Fix typos in Gallery docs. Thanks @atesgoral! - #5590
d1ad1f671
- Attachelem_classes
selectors to layout elements, and an id to the Tab button (for targeting via CSS/JS). Thanks @abidlabs! - #5554
75ddeb390
- Accessibility Improvements. Thanks @hannahblair! - #5598
6b1714386
- Upgrade Pyodide to 0.24.0 and install the native orjson package. Thanks @whitphx!
Fixes
- #5625
9ccc4794a
- Use ContextVar instead of threading.local(). Thanks @cbensimon! - #5602
54d21d3f1
- EnsureHighlightedText
withmerge_elements
loads without a value. Thanks @hannahblair! - #5636
fb5964fb8
- Fix bug in example cache loading event. Thanks @freddyaboulton! - #5633
341402337
- Allow Gradio apps containinggr.Radio()
,gr.Checkboxgroup()
, orgr.Dropdown()
to be loaded withgr.load()
. Thanks @abidlabs! - #5616
7c34b434a
- Fix width and height issues that would cut off content ingr.DataFrame
. Thanks @abidlabs! - #5604
faad01f8e
- Addrender_markdown
parameter to chatbot. Thanks @dawoodkhan82! - #5593
88d43bd12
- Fixes avatar image in chatbot being squashed. Thanks @dawoodkhan82! - #5690
6b8c8afd9
- Fix incorrect behavior ofgr.load()
withgr.Examples
. Thanks @abidlabs! - #5696
e51fcd5d5
- setting share=True on Spaces or in wasm should warn instead of raising error. Thanks @abidlabs!
3.44.4
Features
- #5514
52f783175
- refactor: Use package.json for version management. Thanks @DarhkVoyd! - #5535
d29b1ab74
- Makes sliders consistent across all browsers. Thanks @dawoodkhan82!
Fixes
- #5587
e0d61b8ba
- Fix.clear()
events for audio and image. Thanks @dawoodkhan82! - #5534
d9e9ae43f
- Guide fixes, esp. streaming audio. Thanks @aliabid94! - #5588
acdeff57e
- Allow multiple instances of Gradio with authentication to run on different ports. Thanks @abidlabs!
3.44.3
Fixes
- #5562
50d9747d0
- chore(deps): update dependency iframe-resizer to v4.3.7. Thanks @renovate! - #5550
4ed5902e7
- Adding basque language. Thanks @EkhiAzur! - #5547
290f51871
- typo in UploadButton's docstring. Thanks @chaeheum3! - #5553
d1bf23cd2
- Modify Image examples docstring. Thanks @freddyaboulton! - #5563
ba64082ed
- preprocess for components when type='index'. Thanks @abidlabs!
3.44.2
Fixes
- #5537
301c7878
- allow gr.Image() examples to take urls. Thanks @abidlabs! - #5544
a0cc9ac9
- Fixes dropdown breaking if a user types in invalid value and presses enter. Thanks @abidlabs!
3.44.1
Fixes
- #5516
c5fe8eba
- Fix docstring of dropdown. Thanks @hysts! - #5529
81c9ca9a
- Fix.update()
method ingr.Dropdown()
to handlechoices
. Thanks @abidlabs! - #5528
dc86e4a7
- Lazy load all images. Thanks @aliabid94! - #5525
21f1db40
- Ensure input value saves on dropdown blur. Thanks @hannahblair!
3.44.0
Features
- #5505
9ee20f49
- Validate i18n file names with ISO-639x. Thanks @hannahblair! - #5475
c60b89b0
- Adding Central Kurdish. Thanks @Hrazhan! - #5400
d112e261
- Allow interactive input ingr.HighlightedText
. Thanks @hannahblair! - #5488
8909e42a
- Addsautoscroll
param togr.Textbox()
. Thanks @dawoodkhan82! - #5384
ddc02268
- Allows thegr.Dropdown
to have separate names and values, as well as enablesallow_custom_value
for multiselect dropdown. Thanks @abidlabs! - #5473
b271e738
- Remove except asyncio.CancelledError which is no longer necessary due to53d7025
. Thanks @whitphx! - #5474
041560f9
- Fix queueing.call_prediction to retrieve the default response class in the same manner as FastAPI's implementation. Thanks @whitphx! - #5510
afcf3c48
- Do not expose existence of files outside of working directory. Thanks @abidlabs!
Fixes
- #5459
bd2fda77
- Dispatchstop_recording
event in Audio. Thanks @hannahblair! - #5508
05715f55
- Adds afilterable
parameter togr.Dropdown
that controls whether user can type to filter choices. Thanks @abidlabs! - #5470
a4e010a9
- Fix share button position. Thanks @dawoodkhan82! - #5496
82ec4d26
- Allow interface with components to be run inside blocks. Thanks @abidlabs!
3.43.2
Fixes
3.43.1
Fixes
- #5445
67bb7bcb
- ensure dataframe doesn't scroll unless needed. Thanks @pngwn! - #5447
7a4a89e5
- ensure iframe is correct size on spaces. Thanks @pngwn!
3.43.0
Features
- #5165
c77f05ab
- Fix the Queue to call API endpoints without internal HTTP routing. Thanks @whitphx! - #5427
aad7acd7
- Add sort to bar plot. Thanks @Chaitanya134! - #5342
afac0006
- significantly improve the performance ofgr.Dataframe
for large datasets. Thanks @pngwn! - #5417
d14d63e3
- Auto scroll to bottom of textbox. Thanks @dawoodkhan82!
Fixes
- #5412
26fef8c7
- Skip view_api request in js client when auth enabled. Thanks @freddyaboulton! - #5436
7ab4b70f
- api_open does not take precedence over show_api. Thanks @freddyaboulton!
3.42.0
Highlights
Like/Dislike Button for Chatbot (#5391 abf1c57d
)
Thanks @dawoodkhan82!
Added the ability to attach event listeners via decorators (#5395 55fed04f
)
e.g.
with gr.Blocks() as demo:
name = gr.Textbox(label="Name")
output = gr.Textbox(label="Output Box")
greet_btn = gr.Button("Greet")
@greet_btn.click(inputs=name, outputs=output)
def greet(name):
return "Hello " + name + "!"
Thanks @aliabid94!
Features
- #5334
c5bf9138
- Add chat bubble width param. Thanks @dawoodkhan82! - #5267
119c8343
- Faster reload mode. Thanks @freddyaboulton! - #5373
79d8f9d8
- Addsheight
andzoom_speed
parameters toModel3D
component, as well as a button to reset the camera position. Thanks @abidlabs! - #5370
61803c65
- chore(deps): update dependency extendable-media-recorder to v9. Thanks @renovate! - #5266
4ccb9a86
- Makes it possible to set the initial camera position for theModel3D
component as a tuple of (alpha, beta, radius). Thanks @mbahri! - #5271
97c3c7b1
- Move scripts from old website to CI. Thanks @aliabd! - #5369
b8968898
- Fix typo in utils.py. Thanks @eltociear!
Fixes
- #5304
05892302
- Adds kwarg to disable html sanitization ingr.Chatbot()
. Thanks @dawoodkhan82! - #5366
0cc7e2dc
- Hide avatar when message none. Thanks @dawoodkhan82! - #5393
e4e7a431
- Renders LaTeX that is added to the page ingr.Markdown
,gr.Chatbot
, andgr.DataFrame
. Thanks @abidlabs! - #5394
4d94ea0a
- Adds horizontal scrolling to content that overflows in gr.Markdown. Thanks @abidlabs! - #5368
b27f7583
- Change markdown rendering to set breaks to false. Thanks @abidlabs! - #5360
64666525
- Cancel Dropdown Filter. Thanks @deckar01!
3.41.2
Features
- #5284
5f25eb68
- Minor bug fix sweep. Thanks @aliabid94!/n - Our use of exit was catching errors and corrupting the traceback of any component that failed to instantiate (try running blocks_kitchen_sink off main for an example). Now the exit exits immediately if there's been an exception, so the original exception can be printed cleanly/n - HighlightedText was rendering weird, cleaned it up
Fixes
- #5319
3341148c
- Fix: wrap avatar-image in a div to clip its shape. Thanks @Keldos-Li! - #5340
df090e89
- Fix Checkbox select dispatch. Thanks @freddyaboulton!
3.41.1
Fixes
- #5324
31996c99
- ensure login form has correct styles. Thanks @pngwn! - #5323
e32b0928
- ensure dropdown stays open when identical data is passed in. Thanks @pngwn!
3.41.0
Highlights
Improve startup performance and markdown support (#5279 fe057300
)
Improved markdown support
We now have better support for markdown in gr.Markdown
and gr.Dataframe
. Including syntax highlighting and Github Flavoured Markdown. We also have more consistent markdown behaviour and styling.
Various performance improvements
These improvements will be particularly beneficial to large applications.
- Rather than attaching events manually, they are now delegated, leading to a significant performance improvement and addressing a performance regression introduced in a recent version of Gradio. App startup for large applications is now around twice as fast.
- Optimised the mounting of individual components, leading to a modest performance improvement during startup (~30%).
- Corrected an issue that was causing markdown to re-render infinitely.
- Ensured that the
gr.3DModel
does re-render prematurely.
Thanks @pngwn!
Enable streaming audio in python client (#5248 390624d8
)
The gradio_client
now supports streaming file outputs 🌊
No new syntax! Connect to a gradio demo that supports streaming file outputs and call predict
or submit
as you normally would.
import gradio_client as grc
client = grc.Client("gradio/stream_audio_out")
# Get the entire generated audio as a local file
client.predict("/Users/freddy/Pictures/bark_demo.mp4", api_name="/predict")
job = client.submit("/Users/freddy/Pictures/bark_demo.mp4", api_name="/predict")
# Get the entire generated audio as a local file
job.result()
# Each individual chunk
job.outputs()
Thanks @freddyaboulton!
Add render
function to <gradio-app>
(#5158 804fcc05
)
We now have an event render
on the web component, which is triggered once the embedded space has finished rendering.
<script>
function handleLoadComplete() {
console.log("Embedded space has finished rendering");
}
const gradioApp = document.querySelector("gradio-app");
gradioApp.addEventListener("render", handleLoadComplete);
</script>
Thanks @hannahblair!
Features
- #5268
f49028cf
- Move markdown & latex processing to the frontend for the gr.Markdown and gr.DataFrame components. Thanks @abidlabs! - #5215
fbdad78a
- Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks @pngwn! - #5216
4b58ea6d
- Update i18n tokens and locale files. Thanks @hannahblair! - #5283
a7460557
- Add height parameter and scrolling togr.Dataframe
. Thanks @abidlabs! - #5232
c57d4c23
-gr.Radio
andgr.CheckboxGroup
can now accept different names and values. Thanks @abidlabs! - #5219
e8fd4e4e
- Addapi_name
parameter togr.Interface
. Additionally, completely hide api page if show_api=False. Thanks @freddyaboulton! - #5280
a2f42e28
- Allow updating the label ofgr.UpdateButton
. Thanks @abidlabs! - #5112
1cefee7f
- chore(deps): update dependency marked to v7. Thanks @renovate! - #5260
a773eaf7
- Stop passing inputs and preprocessing on iterators. Thanks @aliabid94! - #4943
947d615d
- Sign in with Hugging Face (OAuth support). Thanks @Wauplin! - #5298
cf167cd1
- Create event listener table for components on docs. Thanks @aliabd! - #5173
730f0c1d
- Ensure gradio client works as expected for functions that return nothing. Thanks @raymondtri! - #5188
b22e1888
- Fix the images in the theme builder to use permanent URI. Thanks @abidlabs! - #5221
f344592a
- Allows setting a height togr.File
and improves the UI of the component. Thanks @abidlabs! - #5265
06982212
- Removes scrollbar from File preview when not needed. Thanks @abidlabs! - #5305
15075241
- Rotate axes labels on LinePlot, BarPlot, and ScatterPlot. Thanks @Faiga91! - #5258
92282cea
- Chatbot Avatar Images. Thanks @dawoodkhan82! - #5244
b3e50db9
- Remove aiohttp dependency. Thanks @freddyaboulton! - #5264
46a2b600
- ensure translations for audio work correctly. Thanks @hannahblair!
Fixes
- #5256
933db53e
- Better handling of empty dataframe ingr.DataFrame
. Thanks @abidlabs! - #5242
2b397791
- Fix message text overflow onto copy button ingr.Chatbot
. Thanks @hannahblair! - #5253
ddac7e4d
- Ensure File component uploads files to the server. Thanks @pngwn! - #5179
6fb92b48
- Fixes audio streaming issues. Thanks @aliabid94! - #5295
7b8fa8aa
- Allow caching examples with streamed output. Thanks @aliabid94! - #5285
cdfd4217
- Tweaks toicon
parameter ingr.Button()
. Thanks @abidlabs! - #5122
3b805346
- Allows code block in chatbot to scroll horizontally. Thanks @dawoodkhan82! - #5312
f769cb67
- only start listening for events after the components are mounted. Thanks @pngwn! - #5254
c39f06e1
- Fix.update()
forgr.Radio()
andgr.CheckboxGroup()
. Thanks @abidlabs! - #5231
87f1c2b4
- Allowgr.Interface.from_pipeline()
andgr.load()
to work withingr.Blocks()
. Thanks @abidlabs! - #5238
de23e9f7
- Improve audio streaming. Thanks @aliabid94!/n - Proper audio streaming with WAV files. We now do the proper processing to stream out wav files as a single stream of audio without any cracks in the seams./n - Audio streaming with bytes. Stream any audio type by yielding out bytes, and it should work flawlessly. - #5313
54bcb724
- Restores missing part of bottom border on file component. Thanks @abidlabs! - #5235
1ecf88ac
- fix #5229. Thanks @breengles! - #5276
502f1015
- EnsureBlocks
translation copy renders correctly. Thanks @hannahblair! - #5296
a0f22626
-make_waveform()
twitter video resolution fix. Thanks @dawoodkhan82!
3.40.0
Highlights
Client.predict will now return the final output for streaming endpoints (#5057 35856f8b
)
This is a breaking change (for gradio_client only)!
Previously, Client.predict
would only return the first output of an endpoint that streamed results. This was causing confusion for developers that wanted to call these streaming demos via the client.
We realize that developers using the client don't know the internals of whether a demo streams or not, so we're changing the behavior of predict to match developer expectations.
Using Client.predict
will now return the final output of a streaming endpoint. This will make it even easier to use gradio apps via the client.
Thanks @freddyaboulton!
Gradio now supports streaming audio outputs
Allows users to use generators to stream audio out, yielding consecutive chunks of audio. Requires streaming=True
to be set on the output audio.
import gradio as gr
from pydub import AudioSegment
def stream_audio(audio_file):
audio = AudioSegment.from_mp3(audio_file)
i = 0
chunk_size = 3000
while chunk_size*i < len(audio):
chunk = audio[chunk_size*i:chunk_size*(i+1)]
i += 1
if chunk:
file = f"/tmp/{i}.mp3"
chunk.export(file, format="mp3")
yield file
demo = gr.Interface(
fn=stream_audio,
inputs=gr.Audio(type="filepath", label="Audio file to stream"),
outputs=gr.Audio(autoplay=True, streaming=True),
)
demo.queue().launch()
From the backend, streamed outputs are served from the /stream/
endpoint instead of the /file/
endpoint. Currently just used to serve audio streaming output. The output JSON will have is_stream
: true
, instead of is_file
: true
in the file data object. Thanks @aliabid94!
Features
- #5081
d7f83823
- solve how can I config root_path dynamically? #4968. Thanks @eastonsuo! - #5025
6693660a
- Add download button to selected images inGallery
. Thanks @hannahblair! - #5133
61129052
- Update dependency esbuild to ^0.19.0. Thanks @renovate! - #5125
80be7a1c
- chatbot conversation nodes can contain a copy button. Thanks @fazpu! - #5048
0b74a159
- Useimportlib
in favor of deprecatedpkg_resources
. Thanks @jayceslesar! - #5045
3b9494f5
- Lite: Fix the analytics module to use asyncio to work in the Wasm env. Thanks @whitphx! - #5046
5244c587
- Allow new lines inHighlightedText
with/n
and preserve whitespace. Thanks @hannahblair! - #5076
2745075a
- Add deploy_discord to docs. Thanks @freddyaboulton! - #5116
0dc49b4c
- Add support for async functions and async generators togr.ChatInterface
. Thanks @abidlabs! - #5047
883ac364
- Addstep
param toNumber
. Thanks @hannahblair! - #5137
22aa5eba
- Use font size--text-md
for<code>
in Chatbot messages. Thanks @jaywonchung! - #5005
f5539c76
- Enhancement: Add focus event to textbox and number component. Thanks @JodyZ0203! - #5104
34f6b22e
- Strip leading and trailing spaces from username in login route. Thanks @sweep-ai! - #5149
144df459
- Addshow_edit_button
param togr.Audio
. Thanks @hannahblair! - #5136
eaa1ce14
- Enhancing Tamil Translation: Language Refinement 🌟. Thanks @sanjaiyan-dev! - #5035
8b4eb8ca
- JS Client: Fixes cannot read properties of null (reading 'is_file'). Thanks @raymondtri! - #5023
e6317d77
- Update dependency extendable-media-recorder to v8. Thanks @renovate! - #5085
13e47835
- chore(deps): update dependency extendable-media-recorder to v8. Thanks @renovate! - #5080
37caa2e0
- Add icon and link params togr.Button
. Thanks @hannahblair!
Fixes
- #5062
7d897165
-gr.Dropdown
now has correct behavior in static mode as well as when an option is selected. Thanks @abidlabs! - #5077
667875b2
- Live audio streaming output - #5118
1b017e68
- Addinteractive
args togr.ColorPicker
. Thanks @hannahblair! - #5114
56d2609d
- Reset textbox value to empty string when value is None. Thanks @hannahblair! - #5075
67265a58
- Allow supporting >1000 files ingr.File()
andgr.UploadButton()
. Thanks @abidlabs! - #5135
80727bbe
- Fix dataset features and dataset preview for HuggingFaceDatasetSaver. Thanks @freddyaboulton! - #5039
620e4645
-gr.Dropdown()
now supports values with arbitrary characters and doesn't clear value when re-focused. Thanks @abidlabs! - #5061
136adc9c
- Ensuregradio_client
is backwards compatible withgradio==3.24.1
. Thanks @abidlabs! - #5129
97d804c7
- [Spaces] ZeroGPU Queue fix. Thanks @cbensimon! - #5140
cd1353fa
- Fixes the display of minutes in the video player. Thanks @abidlabs! - #5111
b84a35b7
- Add icon and link to DuplicateButton. Thanks @aliabd! - #5030
f6c491b0
- highlightedtext throws an error basing on model. Thanks @rajeunoia!
3.39.0
Highlights
Create Discord Bots from Gradio Apps 🤖 (#4960 46e4ef67
)
We're excited to announce that Gradio can now automatically create a discord bot from any gr.ChatInterface
app.
It's as easy as importing gradio_client
, connecting to the app, and calling deploy_discord
!
🦙 Turning Llama 2 70b into a discord bot 🦙
import gradio_client as grc
grc.Client("ysharma/Explore_llamav2_with_TGI").deploy_discord(to_id="llama2-70b-discord-bot")
Getting started with template spaces
To help get you started, we have created an organization on Hugging Face called gradio-discord-bots with template spaces you can use to turn state of the art LLMs powered by Gradio to discord bots.
Currently we have template spaces for:
- Llama-2-70b-chat-hf powered by a FREE Hugging Face Inference Endpoint!
- Llama-2-13b-chat-hf powered by Hugging Face Inference Endpoints.
- Llama-2-13b-chat-hf powered by Hugging Face transformers.
- falcon-7b-instruct powered by Hugging Face Inference Endpoints.
- gpt-3.5-turbo, powered by openai. Requires an OpenAI key.
But once again, you can deploy ANY gr.ChatInterface
app exposed on the internet! So don't hesitate to try it on your own Chatbots.
❗️ Additional Note ❗️: Technically, any gradio app that exposes an api route that takes in a single string and outputs a single string can be deployed to discord. But gr.ChatInterface
apps naturally lend themselves to discord's chat functionality so we suggest you start with those.
Thanks @freddyaboulton!
Features
- #4995
3f8c210b
- Implement left and right click inGallery
component and show implicit images inGallery
grid. Thanks @hannahblair! - #4993
dc07a9f9
- Bringing back the "Add download button for audio" PR by @leuryr. Thanks @abidlabs! - #4979
44ac8ad0
- Allow setting sketch color default. Thanks @aliabid94! - #4985
b74f8453
- Addsadditional_inputs
togr.ChatInterface
. Thanks @abidlabs!
Fixes
- #4997
41c83070
- Add CSS resets and specifiers to play nice with HF blog. Thanks @aliabid94!
3.38
New Features:
- Provide a parameter
animate
(False
by default) ingr.make_waveform()
which animates the overlayed waveform by @dawoodkhan82 in PR 4918 - Add
show_download_button
param to allow the download button in static Image components to be hidden by @hannahblair in PR 4959 - Added autofocus argument to Textbox by @aliabid94 in PR 4978
- The
gr.ChatInterface
UI now converts the "Submit" button to a "Stop" button in ChatInterface while streaming, which can be used to pause generation. By @abidlabs in PR 4971. - Add a
border_color_accent_subdued
theme variable to add a subdued border color to accented items. This is used by chatbot user messages. Set the value of this variable inDefault
theme to*primary_200
. By @freddyaboulton in PR 4989 - Add default sketch color argument
brush_color
. Also, masks drawn on images are now slightly translucent (and mask color can also be set via brush_color). By @aliabid94 in PR 4979
Bug Fixes:
- Fixes
cancels
for generators so that if a generator is canceled before it is complete, subsequent runs of the event do not continue from the previous iteration, but rather start from the beginning. By @abidlabs in PR 4969. - Use
gr.State
ingr.ChatInterface
to reduce latency by @freddyaboulton in PR 4976 - Fix bug with
gr.Interface
where component labels inferred from handler parameters were including special args likegr.Request
orgr.EventData
. By @cbensimon in PR 4956
Breaking Changes:
No changes to highlight.
Other Changes:
- Apply pyright to the
components
directory by @freddyaboulton in PR 4948 - Improved look of ChatInterface by @aliabid94 in PR 4978
3.37
New Features:
Introducing a new gr.ChatInterface
abstraction, which allows Gradio users to build fully functioning Chat interfaces very easily. The only required parameter is a chat function fn
, which accepts a (string) user input message
and a (list of lists) chat history
and returns a (string) response. Here's a toy example:
import gradio as gr
def echo(message, history):
return message
demo = gr.ChatInterface(fn=echo, examples=["hello", "hola", "merhaba"], title="Echo Bot")
demo.launch()
Which produces:
And a corresponding easy-to-use API at /chat
:
The gr.ChatInterface
abstraction works nicely with various LLM libraries, such as langchain
. See the dedicated guide for more examples using gr.ChatInterface
. Collective team effort in PR 4869
- Chatbot messages now show hyperlinks to download files uploaded to
gr.Chatbot()
by @dawoodkhan82 in PR 4848 - Cached examples now work with generators and async generators by @abidlabs in PR 4927
- Add RTL support to
gr.Markdown
,gr.Chatbot
,gr.Textbox
(via thertl
boolean parameter) and text-alignment togr.Textbox
(via the stringtext_align
parameter) by @abidlabs in PR 4933
Examples of usage:
with gr.Blocks() as demo:
gr.Textbox(interactive=True, text_align="right")
demo.launch()
with gr.Blocks() as demo:
gr.Markdown("سلام", rtl=True)
demo.launch()
-
The
get_api_info
method ofBlocks
now supports layout output components @freddyaboulton in PR 4871 -
Added the support for the new command
gradio environment
to make it easier for people to file bug reports if we shipped an easy command to list the OS, gradio version, and versions of gradio/gradio-client dependencies. bu @varshneydevansh in PR 4915.
Bug Fixes:
- The
.change()
event is fixed inVideo
andImage
so that it only fires once by @abidlabs in PR 4793 - The
.change()
event is fixed inAudio
so that fires when the component value is programmatically updated by @abidlabs in PR 4793
- Add missing
display: flex
property toRow
so that flex styling is applied to children by [@hannahblair] in PR 4896 - Fixed bug where
gr.Video
could not preprocess urls by @freddyaboulton in PR 4904 - Fixed copy button rendering in API page on Safari by @aliabid94 in PR 4924
- Fixed
gr.Group
andcontainer=False
.container
parameter only available forTextbox
,Number
, andDropdown
, the only elements where it makes sense. By @aliabid94 in PR 4916 - Fixed broken image link in auto-generated
app.py
fromThemeClass.push_to_hub
by @deepkyu in PR 4944
Other Changes:
- Warning on mobile that if a user leaves the tab, websocket connection may break. On broken connection, tries to rejoin queue and displays error conveying connection broke. By @aliabid94 in PR 4742
- Remove blocking network calls made before the local URL gets printed - these slow down the display of the local URL, especially when no internet is available. @aliabid94 in PR 4905.
- Pinned dependencies to major versions to reduce the likelihood of a broken
gradio
due to changes in downstream dependencies by @abidlabs in PR 4885 - Queue
max_size
defaults to parent Blocksmax_thread
when running on Spaces with ZeroGPU hardware. By @cbensimon in PR 4937
Breaking Changes:
Motivated by the release of pydantic==2.0
, which included breaking changes that broke a large number of Gradio apps, we've pinned many gradio dependencies. Note that pinned dependencies can cause downstream conflicts, so this may be a breaking change. That being said, we've kept the pins pretty loose, and we're expecting change to be better for the long-term stability of Gradio apps.
3.36.1
New Features:
- Hotfix to support pydantic v1 and v2 by @freddyaboulton in PR 4835
Bug Fixes:
- Fix bug where
gr.File
change event was not triggered when the value was changed by another event by @freddyaboulton in PR 4811
Other Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
3.36.0
New Features:
- The
gr.Video
,gr.Audio
,gr.Image
,gr.Chatbot
, andgr.Gallery
components now include a share icon when deployed on Spaces. This behavior can be modified by setting theshow_share_button
parameter in the component classes. by @aliabid94 in PR 4651 - Allow the web component
space
,src
, andhost
attributes to be updated dynamically by @pngwn in PR 4461 - Suggestion for Spaces Duplication built into Gradio, by @aliabid94 in PR 4458
- The
api_name
parameter now acceptsFalse
as a value, which means it does not show up in named or unnamed endpoints. By @abidlabs in PR 4683 - Added support for
pathlib.Path
ingr.Video
,gr.Gallery
, andgr.Chatbot
by sunilkumardash9 in PR 4581.
Bug Fixes:
- Updated components with
info
attribute to update whenupdate()
is called on them. by @jebarpg in PR 4715. - Ensure the
Image
components undo button works mode ismask
orcolor-sketch
by @amyorz in PR 4692 - Load the iframe resizer external asset asynchronously, by @akx in PR 4336
- Restored missing imports in
gr.components
by @abidlabs in PR 4566 - Fix bug where
select
event was not triggered ingr.Gallery
ifheight
was set to be large withallow_preview=False
by @freddyaboulton in PR 4551 - Fix bug where setting
visible=False
ingr.Group
event did not work by @abidlabs in PR 4567 - Fix
make_waveform
to work with paths that contain spaces @akx in PR 4570 & PR 4578 - Send captured data in
stop_recording
event forgr.Audio
andgr.Video
components by @freddyaboulton in PR 4554 - Fix bug in
gr.Gallery
whereheight
andobject_fit
parameters where being ignored by @freddyaboulton in PR 4576 - Fixes an HTML sanitization issue in DOMPurify where links in markdown were not opening in a new window by [@hannahblair] in PR 4577
- Fixed Dropdown height rendering in Columns by @aliabid94 in PR 4584
- Fixed bug where
AnnotatedImage
css styling was causing the annotation masks to not be displayed correctly by @freddyaboulton in PR 4628 - Ensure that Gradio does not silently fail when running on a port that is occupied by @abidlabs in PR 4624.
- Fix double upload bug that caused lag in file uploads by @aliabid94 in PR 4661
Progress
component now appears even when noiterable
is specified intqdm
constructor by @itrushkin in PR 4475- Deprecation warnings now point at the user code using those deprecated features, instead of Gradio internals, by (https://github.com/akx) in PR 4694
- Adapt column widths in gr.Examples based on content by @pngwn & @dawoodkhan82 in PR 4700
- The
plot
parameter deprecation warnings should now only be emitted forImage
components by @freddyaboulton in PR 4709 - Removed uncessessary
type
deprecation warning by @freddyaboulton in PR 4709 - Ensure Audio autoplays works when
autoplay=True
and the video source is dynamically updated @pngwn in PR 4705 - When an error modal is shown in spaces, ensure we scroll to the top so it can be seen by @pngwn in PR 4712
- Update depedencies by @pngwn in PR 4675
- Fixes
gr.Dropdown
being cutoff at the bottom by @abidlabs in PR 4691. - Scroll top when clicking "View API" in spaces by @pngwn in PR 4714
- Fix bug where
show_label
was hiding the entire component forgr.Label
by @freddyaboulton in PR 4713 - Don't crash when uploaded image has broken EXIF data, by @akx in PR 4764
- Place toast messages at the top of the screen by @pngwn in PR 4796
- Fix regressed styling of Login page when auth is enabled by @freddyaboulton in PR 4797
- Prevent broken scrolling to output on Spaces by @aliabid94 in PR 4822
Other Changes:
- Add
.git-blame-ignore-revs
by @akx in PR 4586 - Update frontend dependencies in PR 4601
- Use
typing.Literal
where possible in gradio library and client by @freddyaboulton in PR 4608 - Remove unnecessary mock json files for frontend E2E tests by @dawoodkhan82 in PR 4625
- Update dependencies by @pngwn in PR 4643
- The theme builder now launches successfully, and the API docs are cleaned up. By @abidlabs in PR 4683
- Remove
cleared_value
from some components as its no longer used internally by @freddyaboulton in PR 4685 - Better errors when you define two Blocks and reference components in one Blocks from the events in the other Blocks @abidlabs in PR 4738.
- Better message when share link is not created by @abidlabs in PR 4773.
- Improve accessibility around selected images in gr.Gallery component by @hannahblair in PR 4790
Breaking Changes:
PR 4683 removes the explict named endpoint "load_examples" from gr.Interface that was introduced in PR 4456.
3.35.2
New Features:
No changes to highlight.
Bug Fixes:
- Fix chatbot streaming by @aliabid94 in PR 4537
- Fix chatbot height and scrolling by @aliabid94 in PR 4540
Other Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
3.35.1
New Features:
No changes to highlight.
Bug Fixes:
- Fix chatbot streaming by @aliabid94 in PR 4537
- Fix error modal position and text size by @pngwn in PR 4538.
Other Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
3.35.0
New Features:
- A
gr.ClearButton
which allows users to easily clear the values of components by @abidlabs in PR 4456
Example usage:
import gradio as gr
with gr.Blocks() as demo:
chatbot = gr.Chatbot([("Hello", "How are you?")])
with gr.Row():
textbox = gr.Textbox(scale=3, interactive=True)
gr.ClearButton([textbox, chatbot], scale=1)
demo.launch()
- Min and max value for gr.Number by @artegoser and @dawoodkhan82 in PR 3991
- Add
start_recording
andstop_recording
events toVideo
andAudio
components by @pngwn in PR 4422 - Allow any function to generate an error message and allow multiple messages to appear at a time. Other error modal improvements such as auto dismiss after a time limit and a new layout on mobile @pngwn in PR 4459.
- Add
autoplay
kwarg toVideo
andAudio
components by @pngwn in PR 4453 - Add
allow_preview
parameter toGallery
to control whether a detailed preview is displayed on click by @freddyaboulton in PR 4470 - Add
latex_delimiters
parameter toChatbot
to control the delimiters used for LaTeX and to disable LaTeX in theChatbot
by @dawoodkhan82 in PR 4516 - Can now issue
gr.Warning
andgr.Info
modals. Simply put the codegr.Warning("Your warning message")
orgr.Info("Your info message")
as a standalone line in your function. By @aliabid94 in PR 4518.
Example:
def start_process(name):
gr.Info("Starting process")
if name is None:
gr.Warning("Name is empty")
...
if success == False:
raise gr.Error("Process failed")
Bug Fixes:
- Add support for PAUSED state in the JS client by @abidlabs in PR 4438
- Ensure Tabs only occupy the space required by @pngwn in PR 4419
- Ensure components have the correct empty sizes to prevent empty containers from collapsing by @pngwn in PR 4447.
- Frontend code no longer crashes when there is a relative URL in an
<a>
element, by @akx in PR 4449. - Fix bug where setting
format='mp4'
on a video component would cause the function to error out if the uploaded video was not playable by @freddyaboulton in PR 4467 - Fix
_js
parameter to work even without backend function, by @aliabid94 in PR 4486. - Fix new line issue with
gr.Chatbot()
by @dawoodkhan82 in PR 4491 - Fixes issue with Clear button not working for
Label
component by @abidlabs in PR 4456 - Restores the ability to pass in a tuple (sample rate, audio array) to gr.Audio() by @abidlabs in PR 4525
- Ensure code is correctly formatted and copy button is always present in Chatbot by @pngwn in PR 4527
show_label
will not automatically be set toTrue
ingr.BarPlot.update
by @freddyaboulton in PR 4531gr.BarPlot
group text now respects darkmode by @freddyaboulton in PR 4531- Fix dispatched errors from within components @aliabid94 in PR 4786
Other Changes:
- Change styling of status and toast error components by @hannahblair in PR 4454.
- Clean up unnecessary
new Promise()
s by @akx in PR 4442. - Minor UI cleanup for Examples and Dataframe components @aliabid94 in PR 4455.
- Minor UI cleanup for Examples and Dataframe components @aliabid94 in PR 4455.
- Add Catalan translation @jordimas in PR 4483.
- The API endpoint that loads examples upon click has been given an explicit name ("/load_examples") by @abidlabs in PR 4456.
- Allows configuration of FastAPI app when calling
mount_gradio_app
, by @charlesfrye in PR4519.
Breaking Changes:
- The behavior of the
Clear
button has been changed forSlider
,CheckboxGroup
,Radio
,Dropdown
components by @abidlabs in PR 4456. The Clear button now sets the value of these components to be empty as opposed to the original default set by the developer. This is to make them in line with the rest of the Gradio components. - Python 3.7 end of life is June 27 2023. Gradio will no longer support python 3.7 by @freddyaboulton in PR 4484
- Removed
$
as a default LaTeX delimiter for theChatbot
by @dawoodkhan82 in PR 4516. The specific LaTeX delimeters can be set using the newlatex_delimiters
parameter inChatbot
.
3.34.0
New Features:
- The
gr.UploadButton
component now supports thevariant
andinteractive
parameters by @abidlabs in PR 4436.
Bug Fixes:
- Remove target="_blank" override on anchor tags with internal targets by @hannahblair in PR 4405
- Fixed bug where
gr.File(file_count='multiple')
could not be cached as output by @freddyaboulton in PR 4421 - Restricts the domains that can be proxied via
/proxy
route by @abidlabs in PR 4406. - Fixes issue where
gr.UploadButton
could not be used to upload the same file twice by @dawoodkhan82 in PR 4437 - Fixes bug where
/proxy
route was being incorrectly constructed by the frontend by @abidlabs in PR 4430. - Fix z-index of status component by @hannahblair in PR 4429
- Fix video rendering in Safari by @aliabid94 in PR 4433.
- The output directory for files downloaded when calling Blocks as a function is now set to a temporary directory by default (instead of the working directory in some cases) by @abidlabs in PR 4501
Other Changes:
- When running on Spaces, handler functions will be transformed by the PySpaces library in order to make them work with specific hardware. It will have no effect on standalone Gradio apps or regular Gradio Spaces and can be globally deactivated as follows :
import spaces; spaces.disable_gradio_auto_wrap()
by @cbensimon in PR 4389. - Deprecated
.style
parameter and moved arguments to constructor. Added support for.update()
to all arguments initially in style. Addedscale
andmin_width
support to every Component. By @aliabid94 in PR 4374
Breaking Changes:
No changes to highlight.
3.33.1
New Features:
No changes to highlight.
Bug Fixes:
- Allow
every
to work with generators by @dkjshk in PR 4434 - Fix z-index of status component by @hannahblair in PR 4429
- Allow gradio to work offline, by @aliabid94 in PR 4398.
- Fixed
validate_url
to check for 403 errors and use a GET request in place of a HEAD by @alvindaiyan in PR 4388.
Other Changes:
Breaking Changes:
No changes to highlight.
3.33.0
New Features:
- Introduced
gradio deploy
to launch a Gradio app to Spaces directly from your terminal. By @aliabid94 in PR 4033. - Introduce
show_progress='corner'
argument to event listeners, which will not cover the output components with the progress animation, but instead show it in the corner of the components. By @aliabid94 in PR 4396.
Bug Fixes:
- Fix bug where Label change event was triggering itself by @freddyaboulton in PR 4371
- Make
Blocks.load
behave like other event listeners (allows chainingthen
off of it) @anentropic in PR 4304 - Respect
interactive=True
in output components of agr.Interface
by @abidlabs in PR 4356. - Remove unused frontend code by @akx in PR 4275
- Fixes favicon path on Windows by @abidlabs in PR 4369.
- Prevent path traversal in
/file
routes by @abidlabs in PR 4370. - Do not send HF token to other domains via
/proxy
route by @abidlabs in PR 4368. - Replace default
markedjs
sanitize function with DOMPurify sanitizer forgr.Chatbot()
by @dawoodkhan82 in PR 4360 - Prevent the creation of duplicate copy buttons in the chatbot and ensure copy buttons work in non-secure contexts by @binary-husky in PR 4350.
Other Changes:
- Remove flicker of loading bar by adding opacity transition, by @aliabid94 in PR 4349.
- Performance optimization in the frontend's Blocks code by @akx in PR 4334
- Upgrade the pnpm lock file format version from v6.0 to v6.1 by @whitphx in PR 4393
Breaking Changes:
- The
/file=
route no longer allows accessing dotfiles or files in "dot directories" by @akx in PR 4303
3.32.0
New Features:
Interface.launch()
andBlocks.launch()
now accept anapp_kwargs
argument to allow customizing the configuration of the underlying FastAPI app, by @akx in PR 4282
Bug Fixes:
- Fixed Gallery/AnnotatedImage components not respecting GRADIO_DEFAULT_DIR variable by @freddyaboulton in PR 4256
- Fixed Gallery/AnnotatedImage components resaving identical images by @freddyaboulton in PR 4256
- Fixed Audio/Video/File components creating empty tempfiles on each run by @freddyaboulton in PR 4256
- Fixed the behavior of the
run_on_click
parameter ingr.Examples
by @abidlabs in PR 4258. - Ensure error modal displays when the queue is enabled by @pngwn in PR 4273
- Ensure js client respcts the full root when making requests to the server by @pngwn in PR 4271
Other Changes:
- Refactor web component
initial_height
attribute by @whitphx in PR 4223 - Relocate
mount_css
fn to remove circular dependency @whitphx in PR 4222 - Upgrade Black to 23.3 by @akx in PR 4259
- Add frontend LaTeX support in
gr.Chatbot()
usingKaTeX
by @dawoodkhan82 in PR 4285.
Breaking Changes:
No changes to highlight.
3.31.0
New Features:
- The reloader command (
gradio app.py
) can now accept command line arguments by @micky2be in PR 4119 - Added
format
argument toAudio
component by @freddyaboulton in PR 4178 - Add JS client code snippets to use via api page by @aliabd in PR 3927.
- Update to the JS client by @pngwn in PR 4202
Bug Fixes:
- Fix "TypeError: issubclass() arg 1 must be a class" When use Optional[Types] by @lingfengchencn in PR 4200.
- Gradio will no longer send any analytics or call home if analytics are disabled with the GRADIO_ANALYTICS_ENABLED environment variable. By @akx in PR 4194 and PR 4236
- The deprecation warnings for kwargs now show the actual stack level for the invocation, by @akx in PR 4203.
- Fix "TypeError: issubclass() arg 1 must be a class" When use Optional[Types] by @lingfengchencn in PR 4200.
- Ensure cancelling functions work correctly by @pngwn in PR 4225
- Fixes a bug with typing.get_type_hints() on Python 3.9 by @abidlabs in PR 4228.
- Fixes JSONDecodeError by @davidai in PR 4241
- Fix
chatbot_dialogpt
demo by @dawoodkhan82 in PR 4238.
Other Changes:
- Change
gr.Chatbot()
markdown parsing to frontend usingmarked
library andprism
by @dawoodkhan82 in PR 4150 - Update the js client by @pngwn in PR 3899
- Fix documentation for the shape of the numpy array produced by the
Image
component by @der3318 in PR 4204. - Updates the timeout for websocket messaging from 1 second to 5 seconds by @abidlabs in PR 4235
Breaking Changes:
No changes to highlight.
3.30.0
New Features:
- Adds a
root_path
parameter tolaunch()
that allows running Gradio applications on subpaths (e.g. www.example.com/app) behind a proxy, by @abidlabs in PR 4133 - Fix dropdown change listener to trigger on change when updated as an output by @aliabid94 in PR 4128.
- Add
.input
event listener, which is only triggered when a user changes the component value (as compared to.change
, which is also triggered when a component updates as the result of a function trigger), by @aliabid94 in PR 4157.
Bug Fixes:
- Records username when flagging by @abidlabs in PR 4135
- Fix website build issue by @aliabd in PR 4142
- Fix lang agnostic type info for
gr.File(file_count='multiple')
output components by @freddyaboulton in PR 4153
Other Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
3.29.0
New Features:
- Returning language agnostic types in the
/info
route by @freddyaboulton in PR 4039
Bug Fixes:
- Allow users to upload audio files in Audio component on iOS by by @aliabid94 in PR 4071.
- Fixes the gradio theme builder error that appeared on launch by @aliabid94 and @abidlabs in PR 4080
- Keep Accordion content in DOM by @aliabid94 in PR 4070
- Fixed bug where type hints in functions caused the event handler to crash by @freddyaboulton in PR 4068
- Fix dropdown default value not appearing by @aliabid94 in PR 4072.
- Soft theme label color fix by @aliabid94 in PR 4070
- Fix
gr.Slider
release
event not triggering on mobile by @space-nuko in PR 4098 - Removes extraneous
State
component info from the/info
route by @abidlabs in PR 4107 - Make .then() work even if first event fails by @aliabid94 in PR 4115.
Documentation Changes:
No changes to highlight.
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
- Allow users to submit with enter in Interfaces with textbox / number inputs @aliabid94 in PR 4090.
- Updates gradio's requirements.txt to requires uvicorn>=0.14.0 by @abidlabs in PR 4086
- Updates some error messaging by @abidlabs in PR 4086
- Renames simplified Chinese translation file from
zh-cn.json
tozh-CN.json
by @abidlabs in PR 4086
Contributors Shoutout:
No changes to highlight.
3.28.3
New Features:
No changes to highlight.
Bug Fixes:
- Fixes issue with indentation in
gr.Code()
component with streaming by @dawoodkhan82 in PR 4043
Documentation Changes:
No changes to highlight.
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
No changes to highlight.
Contributors Shoutout:
No changes to highlight.
3.28.2
Bug Fixes
New Features:
- Add support for
visual-question-answering
,document-question-answering
, andimage-to-text
usinggr.Interface.load("models/...")
andgr.Interface.from_pipeline
by @osanseviero in PR 3887 - Add code block support in
gr.Chatbot()
, by @dawoodkhan82 in PR 4048 - Adds the ability to blocklist filepaths (and also improves the allowlist mechanism) by @abidlabs in PR 4047.
- Adds the ability to specify the upload directory via an environment variable by @abidlabs in PR 4047.
Bug Fixes:
- Fixes issue with
matplotlib
not rendering correctly if the backend was not set toAgg
by @abidlabs in PR 4029 - Fixes bug where rendering the same
gr.State
across different Interfaces/Blocks within larger Blocks would not work by @abidlabs in PR 4030 - Code component visual updates by @pngwn in PR 4051
Documentation Changes:
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
gr.HuggingFaceDatasetSaver
behavior changed internally. Theflagging/
folder is not a.git/
folder anymore when using it.organization
parameter is now ignored in favor of passing a full dataset id asdataset_name
(e.g."username/my-dataset"
).- New lines (
\n
) are not automatically converted to<br>
ingr.Markdown()
orgr.Chatbot()
. For multiple new lines, a developer must add multiple<br>
tags.
Full Changelog:
- Safer version of
gr.HuggingFaceDatasetSaver
using HTTP methods instead of git pull/push by @Wauplin in PR 3973
Contributors Shoutout:
No changes to highlight.
3.28.1
New Features:
- Add a "clear mask" button to
gr.Image
sketch modes, by @space-nuko in PR 3615
Bug Fixes:
- Fix dropdown default value not appearing by @aliabid94 in PR 3996.
- Fix faded coloring of output textboxes in iOS / Safari by @aliabid94 in PR 3993
Documentation Changes:
No changes to highlight.
Testing and Infrastructure Changes:
- CI: Simplified Python CI workflow by @akx in PR 3982
- Upgrade pyright to 1.1.305 by @akx in PR 4042
- More Ruff rules are enabled and lint errors fixed by @akx in PR 4038
Breaking Changes:
No changes to highlight.
Full Changelog:
No changes to highlight.
Contributors Shoutout:
No changes to highlight.
3.28.0
Bug Fixes:
- Fix duplicate play commands in full-screen mode of 'video'. by @tomchang25 in PR 3968.
- Fix the issue of the UI stuck caused by the 'selected' of DataFrame not being reset. by @tomchang25 in PR 3916.
- Fix issue where
gr.Video()
would not work inside agr.Tab()
by @dawoodkhan82 in PR 3891 - Fixed issue with old_value check in File. by @tomchang25 in PR 3859.
- Fixed bug where all bokeh plots appeared in the same div by @freddyaboulton in PR 3896
- Fixed image outputs to automatically take full output image height, unless explicitly set, by @aliabid94 in PR 3905
- Fix issue in
gr.Gallery()
where setting height causes aspect ratio of images to collapse by @dawoodkhan82 in PR 3830 - Fix issue where requesting for a non-existing file would trigger a 500 error by @micky2be in
[PR 3895](https://github.com/gradio-app/gradio/pull/3895)
. - Fix bugs with abspath about symlinks, and unresolvable path on Windows by @micky2be in
[PR 3895](https://github.com/gradio-app/gradio/pull/3895)
. - Fixes type in client
Status
enum by @10zinten in PR 3931 - Fix
gr.ChatBot
to handle image url tye-singwa in PR 3953 - Move Google Tag Manager related initialization code to analytics-enabled block by @akx in PR 3956
- Fix bug where port was not reused if the demo was closed and then re-launched by @freddyaboulton in PR 3896
- Fixes issue where dropdown does not position itself at selected element when opened @dawoodkhan82 in PR 3639
Documentation Changes:
- Make use of
gr
consistent across the docs by @duerrsimon in PR 3901 - Fixed typo in theming-guide.md by @eltociear in PR 3952
Testing and Infrastructure Changes:
- CI: Python backend lint is only run once, by @akx in PR 3960
- Format invocations and concatenations were replaced by f-strings where possible by @akx in PR 3984
- Linting rules were made more strict and issues fixed by @akx in PR 3979.
Breaking Changes:
- Some re-exports in
gradio.themes
utilities (introduced in 3.24.0) have been eradicated. By @akx in PR 3958
Full Changelog:
- Add DESCRIPTION.md to image_segmentation demo by @aliabd in PR 3866
- Fix error in running
gr.themes.builder()
by @deepkyu in PR 3869 - Fixed a JavaScript TypeError when loading custom JS with
_js
and settingoutputs
toNone
ingradio.Blocks()
by @DavG25 in PR 3883 - Fixed bg_background_fill theme property to expand to whole background, block_radius to affect form elements as well, and added block_label_shadow theme property by @aliabid94 in PR 3590
Contributors Shoutout:
No changes to highlight.
3.27.0
New Features:
AnnotatedImage Component
New AnnotatedImage component allows users to highlight regions of an image, either by providing bounding boxes, or 0-1 pixel masks. This component is useful for tasks such as image segmentation, object detection, and image captioning.
Example usage:
with gr.Blocks() as demo:
img = gr.Image()
img_section = gr.AnnotatedImage()
def mask(img):
top_left_corner = [0, 0, 20, 20]
random_mask = np.random.randint(0, 2, img.shape[:2])
return (img, [(top_left_corner, "left corner"), (random_mask, "random")])
img.change(mask, img, img_section)
See the image_segmentation demo for a full example. By @aliabid94 in PR 3836
Bug Fixes:
No changes to highlight.
Documentation Changes:
No changes to highlight.
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
No changes to highlight.
Contributors Shoutout:
No changes to highlight.
3.26.0
New Features:
Video
component supports subtitles
- Allow the video component to accept subtitles as input, by @tomchang25 in PR 3673. To provide subtitles, simply return a tuple consisting of
(path_to_video, path_to_subtitles)
from your function. Both.srt
and.vtt
formats are supported:
with gr.Blocks() as demo:
gr.Video(("video.mp4", "captions.srt"))
Bug Fixes:
- Fix code markdown support in
gr.Chatbot()
component by @dawoodkhan82 in PR 3816
Documentation Changes:
-
Updates the "view API" page in Gradio apps to use the
gradio_client
library by @aliabd in PR 3765 -
Read more about how to use the
gradio_client
library here: https://gradio.app/getting-started-with-the-python-client/
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
No changes to highlight.
Contributors Shoutout:
No changes to highlight.
3.25.0
New Features:
-
Improve error messages when number of inputs/outputs to event handlers mismatch, by @space-nuko in PR 3519
-
Add
select
listener to Images, allowing users to click on any part of an image and get the coordinates of the click by @aliabid94 in PR 3786.
with gr.Blocks() as demo:
img = gr.Image()
textbox = gr.Textbox()
def select_handler(img, evt: gr.SelectData):
selected_pixel = img[evt.index[1], evt.index[0]]
return f"Selected pixel: {selected_pixel}"
img.select(select_handler, img, textbox)
Bug Fixes:
- Increase timeout for sending analytics data by @dawoodkhan82 in PR 3647
- Fix bug where http token was not accessed over websocket connections by @freddyaboulton in PR 3735
- Add ability to specify
rows
,columns
andobject-fit
instyle()
forgr.Gallery()
component by @dawoodkhan82 in PR 3586 - Fix bug where recording an audio file through the microphone resulted in a corrupted file name by @abidlabs in PR 3770
- Added "ssl_verify" to blocks.launch method to allow for use of self-signed certs by @garrettsutula in PR 3873
- Fix bug where iterators where not being reset for processes that terminated early by @freddyaboulton in PR 3777
- Fix bug where the upload button was not properly handling the
file_count='multiple'
case by @freddyaboulton in PR 3782 - Fix bug where use Via API button was giving error by @Devang-C in PR 3783
Documentation Changes:
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
Contributors Shoutout:
No changes to highlight.
3.24.1
New Features:
- No changes to highlight.
Bug Fixes:
- Fixes Chatbot issue where new lines were being created every time a message was sent back and forth by @aliabid94 in PR 3717.
- Fixes data updating in DataFrame invoking a
select
event once the dataframe has been selected. By @yiyuezhuo in PR 3861 - Fixes false positive warning which is due to too strict type checking by @yiyuezhuo in PR 3837.
Documentation Changes:
No changes to highlight.
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
No changes to highlight.
Contributors Shoutout:
No changes to highlight.
3.24.0
New Features:
-
Trigger the release event when Slider number input is released or unfocused by @freddyaboulton in PR 3589
-
Created Theme Builder, which allows users to create themes without writing any code, by @aliabid94 in PR 3664. Launch by:
import gradio as gr gr.themes.builder()
-
The
Dropdown
component now has aallow_custom_value
parameter that lets users type in custom values not in the original list of choices. -
The
Colorpicker
component now has a.blur()
event
Added a download button for videos! 📥
By @freddyaboulton in PR 3581.
- Trigger the release event when Slider number input is released or unfocused by @freddyaboulton in PR 3589
Bug Fixes:
- Fixed bug where text for altair plots was not legible in dark mode by @freddyaboulton in PR 3555
- Fixes
Chatbot
andImage
components so that files passed during processing are added to a directory where they can be served from, by @abidlabs in PR 3523 - Use Gradio API server to send telemetry using
huggingface_hub
@dawoodkhan82 in PR 3488 - Fixes an an issue where if the Blocks scope was not exited, then State could be shared across sessions, by @abidlabs in PR 3600
- Ensures that
gr.load()
loads and applies the upstream theme, by @abidlabs in PR 3641 - Fixed bug where "or" was not being localized in file upload text by @freddyaboulton in PR 3599
- Fixed bug where chatbot does not autoscroll inside of a tab, row or column by @dawoodkhan82 in PR 3637
- Fixed bug where textbox shrinks when
lines
set to larger than 20 by @dawoodkhan82 in PR 3637 - Ensure CSS has fully loaded before rendering the application, by @pngwn in PR 3573
- Support using an empty list as
gr.Dataframe
value, by @space-nuko in PR 3646 - Fixed
gr.Image
not filling the entire element size, by @space-nuko in PR 3649 - Make
gr.Code
support thelines
property, by @space-nuko in PR 3651 - Fixes certain
_js
return values being double wrapped in an array, by @space-nuko in PR 3594 - Correct the documentation of
gr.File
component to state that its preprocessing method converts the uploaded file to a temporary file, by @RussellLuo in PR 3660 - Fixed bug in Serializer ValueError text by @osanseviero in PR 3669
- Fix default parameter argument and
gr.Progress
used in same function, by @space-nuko in PR 3671 - Hide
Remove All
button ingr.Dropdown
single-select mode by @space-nuko in PR 3678 - Fix broken spaces in docs by @aliabd in PR 3698
- Fix items in
gr.Dropdown
besides the selected item receiving a checkmark, by @space-nuko in PR 3644 - Fix several
gr.Dropdown
issues and improve usability, by @space-nuko in PR 3705
Documentation Changes:
- Makes some fixes to the Theme Guide related to naming of variables, by @abidlabs in PR 3561
- Documented
HuggingFaceDatasetJSONSaver
by @osanseviero in PR 3604 - Makes some additions to documentation of
Audio
andState
components, and fixes thepictionary
demo by @abidlabs in PR 3611 - Fix outdated sharing your app guide by @aliabd in PR 3699
Testing and Infrastructure Changes:
- Removed heavily-mocked tests related to comet_ml, wandb, and mlflow as they added a significant amount of test dependencies that prevented installation of test dependencies on Windows environments. By @abidlabs in PR 3608
- Added Windows continuous integration, by @space-nuko in PR 3628
- Switched linting from flake8 + isort to
ruff
, by @akx in PR 3710
Breaking Changes:
No changes to highlight.
Full Changelog:
- Mobile responsive iframes in themes guide by @aliabd in PR 3562
- Remove extra $demo from theme guide by @aliabd in PR 3563
- Set the theme name to be the upstream repo name when loading from the hub by @freddyaboulton in PR 3595
- Copy everything in website Dockerfile, fix build issues by @aliabd in PR 3659
- Raise error when an event is queued but the queue is not configured by @freddyaboulton in PR 3640
- Allows users to apss in a string name for a built-in theme, by @abidlabs in PR 3641
- Added
orig_name
to Video output in the backend so that the front end can set the right name for downloaded video files by @freddyaboulton in PR 3700
Contributors Shoutout:
No changes to highlight.
3.23.0
New Features:
Theme Sharing!
Once you have created a theme, you can upload it to the HuggingFace Hub to let others view it, use it, and build off of it! You can also download, reuse, and remix other peoples' themes. See https://gradio.app/theming-guide/ for more details.
By @freddyaboulton in PR 3428
Bug Fixes:
- Removes leading spaces from all lines of code uniformly in the
gr.Code()
component. By @abidlabs in PR 3556 - Fixed broken login page, by @aliabid94 in PR 3529
Documentation Changes:
No changes to highlight.
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
- Fix rendering of dropdowns to take more space, and related bugs, by @aliabid94 in PR 3549
Contributors Shoutout:
No changes to highlight.
3.22.1
New Features:
No changes to highlight.
Bug Fixes:
- Restore label bars by @aliabid94 in PR 3507
Documentation Changes:
No changes to highlight.
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
No changes to highlight.
Contributors Shoutout:
No changes to highlight.
3.22.0
New Features:
Official Theme release
Gradio now supports a new theme system, which allows you to customize the look and feel of your app. You can now use the theme=
kwarg to pass in a prebuilt theme, or customize your own! See https://gradio.app/theming-guide/ for more details. By @aliabid94 in PR 3470 and PR 3497
elem_classes
Add keyword argument elem_classes
to Components to control class names of components, in the same manner as existing elem_id
.
By @aliabid94 in PR 3466
Bug Fixes:
- Fixes the File.upload() event trigger which broke as part of the change in how we uploaded files by @abidlabs in PR 3462
- Fixed issue with
gr.Request
object failing to handle dictionaries when nested keys couldn't be converted to variable names #3454 by @radames in PR 3459 - Fixed bug where css and client api was not working properly when mounted in a subpath by @freddyaboulton in PR 3482
Documentation Changes:
Testing and Infrastructure Changes:
- Pinned
pyright==1.1.298
for stability by @abidlabs in PR 3475 - Removed
IOComponent.add_interactive_to_config()
by @space-nuko in PR 3476 - Removed
IOComponent.generate_sample()
by @space-nuko in PR 3475
Breaking Changes:
No changes to highlight.
Full Changelog:
- Revert primary button background color in dark mode by @aliabid94 in PR 3468
Contributors Shoutout:
No changes to highlight.
3.21.0
New Features:
Theme Sharing 🎨 🤝
You can now share your gradio themes with the world!
After creating a theme, you can upload it to the HuggingFace Hub to let others view it, use it, and build off of it!
Uploading
There are two ways to upload a theme, via the theme class instance or the command line.
- Via the class instance
my_theme.push_to_hub(repo_name="my_theme",
version="0.2.0",
hf_token="...")
- Via the command line
First save the theme to disk
my_theme.dump(filename="my_theme.json")
Then use the upload_theme
command:
upload_theme\
"my_theme.json"\
"my_theme"\
"0.2.0"\
"<hf-token>"
The version
must be a valid semantic version string.
This creates a space on the huggingface hub to host the theme files and show potential users a preview of your theme.
An example theme space is here: https://huggingface.co/spaces/freddyaboulton/dracula_revamped
Downloading
To use a theme from the hub, use the from_hub
method on the ThemeClass
and pass it to your app:
my_theme = gr.Theme.from_hub("freddyaboulton/my_theme")
with gr.Blocks(theme=my_theme) as demo:
....
You can also pass the theme string directly to Blocks
or Interface
(gr.Blocks(theme="freddyaboulton/my_theme")
)
You can pin your app to an upstream theme version by using semantic versioning expressions.
For example, the following would ensure the theme we load from the my_theme
repo was between versions 0.1.0
and 0.2.0
:
with gr.Blocks(theme="freddyaboulton/my_theme@>=0.1.0,<0.2.0") as demo:
....
by @freddyaboulton in PR 3428
Code component 🦾
New code component allows you to enter, edit and display code with full syntax highlighting by @pngwn in PR 3421
The Chatbot
component now supports audio, video, and images
The Chatbot
component now supports audio, video, and images with a simple syntax: simply
pass in a tuple with the URL or filepath (the second optional element of the tuple is alt text), and the image/audio/video will be displayed:
gr.Chatbot([
(("driving.mp4",), "cool video"),
(("cantina.wav",), "cool audio"),
(("lion.jpg", "A lion"), "cool pic"),
]).style(height=800)
Note: images were previously supported via Markdown syntax and that is still supported for backwards compatibility. By @dawoodkhan82 in PR 3413
-
Allow consecutive function triggers with
.then
and.success
by @aliabid94 in PR 3430 -
New code component allows you to enter, edit and display code with full syntax highlighting by @pngwn in PR 3421
- Added the
.select()
event listener, which also includes event data that can be passed as an argument to a function with type hintgr.SelectData
. The following components support the.select()
event listener: Chatbot, CheckboxGroup, Dataframe, Dropdown, File, Gallery, HighlightedText, Label, Radio, TabItem, Tab, Textbox. Example usage:
import gradio as gr
with gr.Blocks() as demo:
gallery = gr.Gallery(["images/1.jpg", "images/2.jpg", "images/3.jpg"])
selected_index = gr.Textbox()
def on_select(evt: gr.SelectData):
return evt.index
gallery.select(on_select, None, selected_index)
By @aliabid94 in PR 3399
Bug Fixes:
- Use
huggingface_hub
to send telemetry oninterface
andblocks
; eventually to replace segment by @dawoodkhan82 in PR 3342 - Ensure load events created by components (randomize for slider, callable values) are never queued unless every is passed by @freddyaboulton in PR 3391
- Prevent in-place updates of
generic_update
by shallow copying by @gitgithan in PR 3405 to fix #3282 - Fix bug caused by not importing
BlockContext
inutils.py
by @freddyaboulton in PR 3424 - Ensure dropdown does not highlight partial matches by @pngwn in PR 3421
- Fix mic button display by @aliabid94 in PR 3456
Documentation Changes:
- Added a section on security and access when sharing Gradio apps by @abidlabs in PR 3408
- Add Chinese README by @uanu2002 in PR 3394
- Adds documentation for web components by @abidlabs in PR 3407
- Fixed link in Chinese readme by @eltociear in PR 3417
- Document Blocks methods by @aliabd in PR 3427
- Fixed bug where event handlers were not showing up in documentation by @freddyaboulton in PR 3434
Testing and Infrastructure Changes:
- Fixes tests that were failing locally but passing on CI by @abidlabs in PR 3411
- Remove codecov from the repo by @aliabd in PR 3415
Breaking Changes:
No changes to highlight.
Full Changelog:
- Prevent in-place updates of
generic_update
by shallow copying by @gitgithan in PR 3405 to fix #3282 - Persist file names of files uploaded through any Gradio component by @abidlabs in PR 3412
- Fix markdown embedded component in docs by @aliabd in PR 3410
- Clean up event listeners code by @aliabid94 in PR 3420
- Fix css issue with spaces logo by @aliabd in PR 3422
- Makes a few fixes to the
JSON
component (show_label parameter, icons) in @abidlabs in PR 3451
Contributors Shoutout:
No changes to highlight.
3.20.1
New Features:
- Add
height
kwarg to style ingr.Chatbot()
component by @dawoodkhan82 in PR 3369
chatbot = gr.Chatbot().style(height=500)
Bug Fixes:
- Ensure uploaded images are always shown in the sketch tool by @pngwn in PR 3386
- Fixes bug where when if fn is a non-static class member, then self should be ignored as the first param of the fn by @or25 in PR #3227
Documentation Changes:
No changes to highlight.
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
No changes to highlight.
Contributors Shoutout:
No changes to highlight.
3.20.0
New Features:
Release event for Slider
Now you can trigger your python function to run when the slider is released as opposed to every slider change value!
Simply use the release
method on the slider
slider.release(function, inputs=[...], outputs=[...], api_name="predict")
By @freddyaboulton in PR 3353
Dropdown Component Updates
The standard dropdown component now supports searching for choices. Also when multiselect
is True
, you can specify max_choices
to set the maximum number of choices you want the user to be able to select from the dropdown component.
gr.Dropdown(label="Choose your favorite colors", choices=["red", "blue", "green", "yellow", "orange"], multiselect=True, max_choices=2)
by @dawoodkhan82 in PR 3211
Download button for images 🖼️
Output images will now automatically have a download button displayed to make it easier to save and share the results of Machine Learning art models.
By @freddyaboulton in PR 3297
- Updated image upload component to accept all image formats, including lossless formats like .webp by @fienestar in PR 3225
- Adds a disabled mode to the
gr.Button
component by settinginteractive=False
by @abidlabs in PR 3266 and PR 3288 - Adds visual feedback to the when the Flag button is clicked, by @abidlabs in PR 3289
- Adds ability to set
flagging_options
display text and saved flag separately by @abidlabs in PR 3289 - Allow the setting of
brush_radius
for theImage
component both as a default and viaImage.update()
by @pngwn in PR 3277 - Added
info=
argument to form components to enable extra context provided to users, by @aliabid94 in PR 3291 - Allow developers to access the username of a logged-in user from the
gr.Request()
object using the.username
attribute by @abidlabs in PR 3296 - Add
preview
option toGallery.style
that launches the gallery in preview mode when first loaded by @freddyaboulton in PR 3345
Bug Fixes:
- Ensure
mirror_webcam
is always respected by @pngwn in PR 3245 - Fix issue where updated markdown links were not being opened in a new tab by @gante in PR 3236
- API Docs Fixes by @aliabd in PR 3287
- Added a timeout to queue messages as some demos were experiencing infinitely growing queues from active jobs waiting forever for clients to respond by @freddyaboulton in PR 3196
- Fixes the height of rendered LaTeX images so that they match the height of surrounding text by @abidlabs in PR 3258 and in PR 3276
- Fix bug where matplotlib images where always too small on the front end by @freddyaboulton in PR 3274
- Remove embed's
initial_height
when loading is complete so the embed finds its natural height once it is loaded @pngwn in PR 3292 - Prevent Sketch from crashing when a default image is provided by @pngwn in PR 3277
- Respect the
shape
argument on the front end when creating Image Sketches by @pngwn in PR 3277 - Fix infinite loop caused by setting
Dropdown's
value to be[]
and adding a change event on the dropdown by @freddyaboulton in PR 3295 - Fix change event listed twice in image docs by @aliabd in PR 3318
- Fix bug that cause UI to be vertically centered at all times by @pngwn in PR 3336
- Fix bug where
height
set inGallery.style
was not respected by the front-end by @freddyaboulton in PR 3343 - Ensure markdown lists are rendered correctly by @pngwn in PR 3341
- Ensure that the initial empty value for
gr.Dropdown(Multiselect=True)
is an empty list and the initial value forgr.Dropdown(Multiselect=False)
is an empty string by @pngwn in PR 3338 - Ensure uploaded images respect the shape property when the canvas is also enabled by @pngwn in PR 3351
- Ensure that Google Analytics works correctly when gradio apps are created with
analytics_enabled=True
by @abidlabs in PR 3349 - Fix bug where files were being re-uploaded after updates by @freddyaboulton in PR 3375
- Fix error when using backen_fn and custom js at the same time by @jialeicui in PR 3358
- Support new embeds for huggingface spaces subdomains by @pngwn in PR 3367
Documentation Changes:
- Added the
types
field to the dependency field in the config by @freddyaboulton in PR 3315 - Gradio Status Page by @aliabd in PR 3331
- Adds a Guide on setting up a dashboard from Supabase data using the
gr.BarPlot
component by @abidlabs in PR 3275
Testing and Infrastructure Changes:
- Adds a script to benchmark the performance of the queue and adds some instructions on how to use it. By @freddyaboulton and @abidlabs in PR 3272
- Flaky python tests no longer cancel non-flaky tests by @freddyaboulton in PR 3344
Breaking Changes:
- Chatbot bubble colors can no longer be set by
chatbot.style(color_map=)
by [@aliabid94] in PR 3370
Full Changelog:
- Fixed comment typo in components.py by @eltociear in PR 3235
- Cleaned up chatbot ui look and feel by [@aliabid94] in PR 3370
Contributors Shoutout:
No changes to highlight.
3.19.1
New Features:
No changes to highlight.
Bug Fixes:
- UI fixes including footer and API docs by @aliabid94 in PR 3242
- Updated image upload component to accept all image formats, including lossless formats like .webp by @fienestar in PR 3225
Documentation Changes:
No changes to highlight.
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
- Added backend support for themes by @aliabid94 in PR 2931
- Added support for button sizes "lg" (default) and "sm".
Contributors Shoutout:
No changes to highlight.
3.19.0
New Features:
Improved embedding experience
When embedding a spaces-hosted gradio app as a web component, you now get an improved UI linking back to the original space, better error handling and more intelligent load performance. No changes are required to your code to benefit from this enhanced experience; simply upgrade your gradio SDK to the latest version.
This behaviour is configurable. You can disable the info panel at the bottom by passing info="false"
. You can disable the container entirely by passing container="false"
.
Error statuses are reported in the UI with an easy way for end-users to report problems to the original space author via the community tab of that Hugginface space:
By default, gradio apps are lazy loaded, vastly improving performance when there are several demos on the page. Metadata is loaded ahead of time, but the space will only be loaded and rendered when it is in view.
This behaviour is configurable. You can pass eager="true"
to load and render the space regardless of whether or not it is currently on the screen.
New gr.BarPlot
component! 📊
Create interactive bar plots from a high-level interface with gr.BarPlot
.
No need to remember matplotlib syntax anymore!
Example usage:
import gradio as gr
import pandas as pd
simple = pd.DataFrame({
'a': ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I'],
'b': [28, 55, 43, 91, 81, 53, 19, 87, 52]
})
with gr.Blocks() as demo:
gr.BarPlot(
simple,
x="a",
y="b",
title="Simple Bar Plot with made up data",
tooltip=['a', 'b'],
)
demo.launch()
By @freddyaboulton in PR 3157
Bokeh plots are back! 🌠
Fixed a bug that prevented bokeh plots from being displayed on the front end and extended support for both 2.x and 3.x versions of bokeh!
By @freddyaboulton in PR 3212
Bug Fixes:
- Adds ability to add a single message from the bot or user side. Ex: specify
None
as the second value in the tuple, to add a single message in the chatbot from the "bot" side.
gr.Chatbot([("Hi, I'm DialoGPT. Try asking me a question.", None)])
By @dawoodkhan82 in PR 3165
- Fixes
gr.utils.delete_none
to only remove props whose values areNone
from the config by @abidlabs in PR 3188 - Fix bug where embedded demos were not loading files properly by @freddyaboulton in PR 3177
- The
change
event is now triggered when users click the 'Clear All' button of the multiselect DropDown component by @freddyaboulton in PR 3195 - Stops File component from freezing when a large file is uploaded by @aliabid94 in PR 3191
- Support Chinese pinyin in Dataframe by @aliabid94 in PR 3206
- The
clear
event is now triggered when images are cleared by @freddyaboulton in PR 3218 - Fix bug where auth cookies where not sent when connecting to an app via http by @freddyaboulton in PR 3223
- Ensure latext CSS is always applied in light and dark mode by @pngwn in PR 3233
Documentation Changes:
- Sort components in docs by alphabetic order by @aliabd in PR 3152
- Changes to W&B guide by @scottire in PR 3153
- Keep pnginfo metadata for gallery by @wfng92 in PR 3150
- Add a section on how to run a Gradio app locally @osanseviero in PR 3170
- Fixed typos in gradio events function documentation by @vidalmaxime in PR 3168
- Added an example using Gradio's batch mode with the diffusers library by @abidlabs in PR 3224
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
- Fix demos page css and add close demos button by @aliabd in PR 3151
- Caches temp files from base64 input data by giving them a deterministic path based on the contents of data by @abidlabs in PR 3197
- Better warnings (when there is a mismatch between the number of output components and values returned by a function, or when the
File
component orUploadButton
component includes afile_types
parameter along withfile_count=="dir"
) by @abidlabs in PR 3194 - Raises a
gr.Error
instead of a regular Python error when you usegr.Interface.load()
to load a model and there's an error querying the HF API by @abidlabs in PR 3194 - Fixed gradio share links so that they are persistent and do not reset if network connection is disrupted by by XciD, Wauplin, and @abidlabs in PR 3149 and a follow-up to allow it to work for users upgrading from a previous Gradio version in PR 3221
Contributors Shoutout:
No changes to highlight.
3.18.0
New Features:
Revamped Stop Button for Interfaces 🛑
If your Interface function is a generator, there used to be a separate Stop
button displayed next
to the Submit
button.
We've revamed the Submit
button so that it turns into a Stop
button during the generation process.
Clicking on the Stop
button will cancel the generation and turn it back to a Submit
button.
The Stop
button will automatically turn back to a Submit
button at the end of the generation if you don't use it!
By @freddyaboulton in PR 3124
Queue now works with reload mode!
You can now call queue
on your demo
outside of the if __name__ == "__main__"
block and
run the script in reload mode with the gradio
command.
Any changes to the app.py
file will be reflected in the webpage automatically and the queue will work
properly!
By @freddyaboulton in PR 3089
Allow serving files from additional directories
demo = gr.Interface(...)
demo.launch(
file_directories=["/var/lib/demo/path/to/resources"]
)
By @maxaudron in PR 3075
Bug Fixes:
- Fixes URL resolution on Windows by @abidlabs in PR 3108
- Example caching now works with components without a label attribute (e.g.
Column
) by @abidlabs in PR 3123 - Ensure the Video component correctly resets the UI state when a new video source is loaded and reduce choppiness of UI by @pngwn in PR 3117
- Fixes loading private Spaces by @abidlabs in PR 3068
- Added a warning when attempting to launch an
Interface
via the%%blocks
jupyter notebook magic command by @freddyaboulton in PR 3126 - Fixes bug where interactive output image cannot be set when in edit mode by @dawoodkhan82 in PR 3135
- A share link will automatically be created when running on Sagemaker notebooks so that the front-end is properly displayed by @abidlabs in PR 3137
- Fixes a few dropdown component issues; hide checkmark next to options as expected, and keyboard hover is visible by @dawoodkhan82 in [PR 3145]https://github.com/gradio-app/gradio/pull/3145)
- Fixed bug where example pagination buttons were not visible in dark mode or displayed under the examples table. By @freddyaboulton in PR 3144
- Fixed bug where the font color of axis labels and titles for native plots did not respond to dark mode preferences. By @freddyaboulton in PR 3146
Documentation Changes:
- Added a guide on the 4 kinds of Gradio Interfaces by @yvrjsharma and @abidlabs in PR 3003
- Explained that the parameters in
launch
will not be respected when using reload mode, e.g.gradio
command by @freddyaboulton in PR 3089 - Added a demo to show how to set up variable numbers of outputs in Gradio by @abidlabs in PR 3127
- Updated docs to reflect that the
equal_height
parameter should be passed to the.style()
method ofgr.Row()
by @freddyaboulton in PR 3125
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
- Changed URL of final image for
fake_diffusion
demos by @freddyaboulton in PR 3120
Contributors Shoutout:
No changes to highlight.
3.17.1
New Features:
iOS image rotation fixed 🔄
Previously photos uploaded via iOS would be rotated after processing. This has been fixed by @freddyaboulton in PR 3089
######### Before
######### After
Run on Kaggle kernels 🧪
A share link will automatically be created when running on Kaggle kernels (notebooks) so that the front-end is properly displayed.
By @freddyaboulton in PR 3101
Bug Fixes:
- Fix bug where examples were not rendered correctly for demos created with Blocks api that had multiple input compinents by @freddyaboulton in PR 3090
- Fix change event listener for JSON, HighlightedText, Chatbot by @aliabid94 in PR 3095
- Fixes bug where video and file change event not working @tomchang25 in PR 3098
- Fixes bug where static_video play and pause event not working @tomchang25 in PR 3098
- Fixed
Gallery.style(grid=...)
by by @aliabd in PR 3107
Documentation Changes:
- Update chatbot guide to include blocks demo and markdown support section by @dawoodkhan82 in PR 3023
- Fix a broken link in the Quick Start guide, by @cakiki in PR 3109
- Better docs navigation on mobile by @aliabd in PR 3112
- Add a guide on using Gradio with Comet, by @DN6 in PR 3058
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
- Set minimum
markdown-it-py
version to2.0.0
so that the dollar math plugin is compatible by @freddyaboulton in PR 3102
Contributors Shoutout:
No changes to highlight.
3.17.0
New Features:
Extended support for Interface.load! 🏗️
You can now load image-to-text
and conversational
pipelines from the hub!
Image-to-text Demo
io = gr.Interface.load("models/nlpconnect/vit-gpt2-image-captioning",
api_key="<optional-api-key>")
io.launch()
conversational Demo
chatbot = gr.Interface.load("models/microsoft/DialoGPT-medium",
api_key="<optional-api-key>")
chatbot.launch()
By @freddyaboulton in PR 3011
Download Button added to Model3D Output Component 📥
No need for an additional file output component to enable model3d file downloads anymore. We now added a download button to the model3d component itself.
By @dawoodkhan82 in PR 3014
Fixing Auth on Spaces 🔑
Authentication on spaces works now! Third party cookies must be enabled on your browser to be able to log in. Some browsers disable third party cookies by default (Safari, Chrome Incognito).
Bug Fixes:
- Fixes bug where interpretation event was not configured correctly by @freddyaboulton in PR 2993
- Fix relative import bug in reload mode by @freddyaboulton in PR 2992
- Fixes bug where png files were not being recognized when uploading images by @abidlabs in PR 3002
- Fixes bug where external Spaces could not be loaded and used as functions if they returned files by @abidlabs in PR 3004
- Fix bug where file serialization output was not JSON serializable by @freddyaboulton in PR 2999
- Fixes bug where png files were not being recognized when uploading images by @abidlabs in PR 3002
- Fixes bug where temporary uploaded files were not being added to temp sets by @abidlabs in PR 3005
- Fixes issue where markdown support in chatbot breaks older demos @dawoodkhan82 in PR 3006
- Fixes the
/file/
route that was broken in a recent change in PR 3010 - Fix bug where the Image component could not serialize image urls by @freddyaboulton in PR 2957
- Fix forwarding for guides after SEO renaming by @aliabd in PR 3017
- Switch all pages on the website to use latest stable gradio by @aliabd in PR 3016
- Fix bug related to deprecated parameters in
huggingface_hub
for the HuggingFaceDatasetSaver in PR 3025 - Added better support for symlinks in the way absolute paths are resolved by @abidlabs in PR 3037
- Fix several minor frontend bugs (loading animation, examples as gallery) frontend @aliabid94 in PR 2961.
- Fixes bug that the chatbot sample code does not work with certain input value by @petrov826 in PR 3039.
- Fix shadows for form element and ensure focus styles more visible in dark mode @pngwn in PR 3042.
- Fixed bug where the Checkbox and Dropdown change events were not triggered in response to other component changes by @freddyaboulton in PR 3045
- Fix bug where the queue was not properly restarted after launching a
closed
app by @freddyaboulton in PR 3022 - Adding missing embedded components on docs by @aliabd in PR 3027
- Fixes bug where app would crash if the
file_types
parameter ofgr.File
orgr.UploadButton
was not a list by @freddyaboulton in PR 3048 - Ensure CSS mounts correctly regardless of how many Gradio instances are on the page @pngwn in PR 3059.
- Fix bug where input component was not hidden in the frontend for
UploadButton
by @freddyaboulton in PR 3053 - Fixes issue where after clicking submit or undo, the sketch output wouldn't clear. @dawoodkhan82 in PR 3047
- Ensure spaces embedded via the web component always use the correct URLs for server requests and change ports for testing to avoid strange collisions when users are working with embedded apps locally by @pngwn in PR 3065
- Preserve selected image of Gallery through updated by @freddyaboulton in PR 3061
- Fix bug where auth was not respected on HF spaces by @freddyaboulton and @aliabid94 in PR 3049
- Fixes bug where tabs selected attribute not working if manually change tab by @tomchang25 in 3055
- Change chatbot to show dots on progress, and fix bug where chatbot would not stick to bottom in the case of images by @aliabid94 in PR 3067
Documentation Changes:
- SEO improvements to guides by@aliabd in PR 2915
- Use
gr.LinePlot
for theblocks_kinematics
demo by @freddyaboulton in PR 2998 - Updated the
interface_series_load
to include some inline markdown code by @abidlabs in PR 3051
Testing and Infrastructure Changes:
Breaking Changes:
No changes to highlight.
Full Changelog:
- Rewrote frontend using CSS variables for themes by @pngwn in PR 2840
- Moved telemetry requests to run on background threads by @abidlabs in PR 3054
Contributors Shoutout:
No changes to highlight.
3.16.2
New Features:
No changes to highlight.
Bug Fixes:
- Fixed file upload fails for files with zero size by @dawoodkhan82 in PR 2923
- Fixed bug where
mount_gradio_app
would not launch if the queue was enabled in a gradio app by @freddyaboulton in PR 2939 - Fix custom long CSS handling in Blocks by @anton-l in PR 2953
- Recovers the dropdown change event by @abidlabs in PR 2954.
- Fix audio file output by @aliabid94 in PR 2961.
- Fixed bug where file extensions of really long files were not kept after download by @freddyaboulton in PR 2929
- Fix bug where outputs for examples where not being returned by the backend by @freddyaboulton in PR 2955
- Fix bug in
blocks_plug
demo that prevented switching tabs programmatically with python @TashaSkyUp in PR 2971.
Documentation Changes:
No changes to highlight.
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
No changes to highlight.
Contributors Shoutout:
No changes to highlight.
3.16.1
New Features:
No changes to highlight.
Bug Fixes:
- Fix audio file output by @aliabid94 in PR 2950.
Documentation Changes:
No changes to highlight.
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
No changes to highlight.
Contributors Shoutout:
No changes to highlight.
3.16.0
New Features:
Send custom progress updates by adding a gr.Progress
argument after the input arguments to any function. Example:
def reverse(word, progress=gr.Progress()):
progress(0, desc="Starting")
time.sleep(1)
new_string = ""
for letter in progress.tqdm(word, desc="Reversing"):
time.sleep(0.25)
new_string = letter + new_string
return new_string
demo = gr.Interface(reverse, gr.Text(), gr.Text())
Progress indicator bar by @aliabid94 in PR 2750.
- Added
title
argument toTabbedInterface
by @MohamedAliRashad in #2888 - Add support for specifying file extensions for
gr.File
andgr.UploadButton
, usingfile_types
parameter (e.ggr.File(file_count="multiple", file_types=["text", ".json", ".csv"])
) by @dawoodkhan82 in #2901 - Added
multiselect
option toDropdown
by @dawoodkhan82 in #2871
With multiselect
set to true
a user can now select multiple options from the gr.Dropdown
component.
gr.Dropdown(["angola", "pakistan", "canada"], multiselect=True, value=["angola"])
Bug Fixes:
- Fixed bug where an error opening an audio file led to a crash by @FelixDombek in PR 2898
- Fixed bug where setting
default_enabled=False
made it so that the entire queue did not start by @freddyaboulton in PR 2876 - Fixed bug where csv preview for DataFrame examples would show filename instead of file contents by @freddyaboulton in PR 2877
- Fixed bug where an error raised after yielding iterative output would not be displayed in the browser by @JaySmithWpg in PR 2889
- Fixed bug in
blocks_style
demo that was preventing it from launching by @freddyaboulton in PR 2890 - Fixed bug where files could not be downloaded by @freddyaboulton in PR 2926
- Fixed bug where cached examples were not displaying properly by @a-rogalska in PR 2974
Documentation Changes:
- Added a Guide on using Google Sheets to create a real-time dashboard with Gradio's
DataFrame
andLinePlot
component, by @abidlabs in PR 2816 - Add a components - events matrix on the docs by @aliabd in PR 2921
Testing and Infrastructure Changes:
- Deployed PRs from forks to spaces by @freddyaboulton in PR 2895
Breaking Changes:
No changes to highlight.
Full Changelog:
- The
default_enabled
parameter of theBlocks.queue
method has no effect by @freddyaboulton in PR 2876 - Added typing to several Python files in codebase by @abidlabs in PR 2887
- Excluding untracked files from demo notebook check action by @aliabd in PR 2897
- Optimize images and gifs by @aliabd in PR 2922
- Updated typing by @1nF0rmed in PR 2904
Contributors Shoutout:
- @JaySmithWpg for making their first contribution to gradio!
- @MohamedAliRashad for making their first contribution to gradio!
3.15.0
New Features:
Gradio's newest plotting component gr.LinePlot
! 📈
With this component you can easily create time series visualizations with customizable appearance for your demos and dashboards ... all without having to know an external plotting library.
For an example of the api see below:
gr.LinePlot(stocks,
x="date",
y="price",
color="symbol",
color_legend_position="bottom",
width=600, height=400, title="Stock Prices")
By @freddyaboulton in PR 2807
Bug Fixes:
- Fixed bug where the
examples_per_page
parameter of theExamples
component was not passed to the internalDataset
component by @freddyaboulton in PR 2861 - Fixes loading Spaces that have components with default values by @abidlabs in PR 2855
- Fixes flagging when
allow_flagging="auto"
ingr.Interface()
by @abidlabs in PR 2695 - Fixed bug where passing a non-list value to
gr.CheckboxGroup
would crash the entire app by @freddyaboulton in PR 2866
Documentation Changes:
- Added a Guide on using BigQuery with Gradio's
DataFrame
andScatterPlot
component, by @abidlabs in PR 2794
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
- Fixed importing gradio can cause PIL.Image.registered_extensions() to break by
[@aliencaocao](https://github.com/aliencaocao)
in[PR 2846](https://github.com/gradio-app/gradio/pull/2846)
- Fix css glitch and navigation in docs by @aliabd in PR 2856
- Added the ability to set
x_lim
,y_lim
and legend positions forgr.ScatterPlot
by @freddyaboulton in PR 2807 - Remove footers and min-height the correct way by @aliabd in PR 2860
Contributors Shoutout:
No changes to highlight.
3.14.0
New Features:
Add Waveform Visual Support to Audio
Adds a gr.make_waveform()
function that creates a waveform video by combining an audio and an optional background image by @dawoodkhan82 and @aliabid94 in [PR 2706](https://github.com/gradio-app/gradio/pull/2706. Helpful for making audio outputs much more shareable.
Allows Every Component to Accept an every
Parameter
When a component's initial value is a function, the every
parameter re-runs the function every every
seconds. By @abidlabs in PR 2806. Here's a code example:
import gradio as gr
with gr.Blocks() as demo:
df = gr.DataFrame(run_query, every=60*60)
demo.queue().launch()
Bug Fixes:
- Fixed issue where too many temporary files were created, all with randomly generated filepaths. Now fewer temporary files are created and are assigned a path that is a hash based on the file contents by @abidlabs in PR 2758
Documentation Changes:
No changes to highlight.
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
No changes to highlight.
Contributors Shoutout:
No changes to highlight.
3.13.2
New Features:
No changes to highlight.
Bug Fixes:
*No changes to highlight.
Documentation Changes:
Testing and Infrastructure Changes:
- Remove h11 pinning by @ecederstrand in PR 2820
Breaking Changes:
No changes to highlight.
Full Changelog:
No changes to highlight.
Contributors Shoutout:
No changes to highlight.
3.13.1
New Features:
New Shareable Links
Replaces tunneling logic based on ssh port-forwarding to that based on frp
by XciD and Wauplin in PR 2509
You don't need to do anything differently, but when you set share=True
in launch()
,
you'll get this message and a public link that look a little bit different:
Setting up a public link... we have recently upgraded the way public links are generated. If you encounter any problems, please downgrade to gradio version 3.13.0
.
Running on public URL: https://bec81a83-5b5c-471e.gradio.live
These links are a more secure and scalable way to create shareable demos!
Bug Fixes:
- Allows
gr.Dataframe()
to take apandas.DataFrame
that includes numpy array and other types as its initial value, by @abidlabs in PR 2804 - Add
altair
to requirements.txt by @freddyaboulton in PR 2811 - Added aria-labels to icon buttons that are built into UI components by @emilyuhde in PR 2791
Documentation Changes:
- Fixed some typos in the "Plot Component for Maps" guide by @freddyaboulton in PR 2811
Testing and Infrastructure Changes:
Breaking Changes:
No changes to highlight.
Full Changelog:
- Fixed typo in parameter
visible
in classes intemplates.py
by @abidlabs in PR 2805 - Switched external service for getting IP address from
https://api.ipify.org
tohttps://checkip.amazonaws.com/
by @abidlabs in PR 2810
Contributors Shoutout:
No changes to highlight.
- Fixed typo in parameter
visible
in classes intemplates.py
by @abidlabs in PR 2805 - Switched external service for getting IP address from
https://api.ipify.org
tohttps://checkip.amazonaws.com/
by @abidlabs in PR 2810
3.13.0
New Features:
Scatter plot component
It is now possible to create a scatter plot natively in Gradio!
The gr.ScatterPlot
component accepts a pandas dataframe and some optional configuration parameters
and will automatically create a plot for you!
This is the first of many native plotting components in Gradio!
For an example of how to use gr.ScatterPlot
see below:
import gradio as gr
from vega_datasets import data
cars = data.cars()
with gr.Blocks() as demo:
gr.ScatterPlot(show_label=False,
value=cars,
x="Horsepower",
y="Miles_per_Gallon",
color="Origin",
tooltip="Name",
title="Car Data",
y_title="Miles per Gallon",
color_legend_title="Origin of Car").style(container=False)
demo.launch()
By @freddyaboulton in PR 2764
Support for altair plots
The Plot
component can now accept altair plots as values!
Simply return an altair plot from your event listener and gradio will display it in the front-end.
See the example below:
import gradio as gr
import altair as alt
from vega_datasets import data
cars = data.cars()
chart = (
alt.Chart(cars)
.mark_point()
.encode(
x="Horsepower",
y="Miles_per_Gallon",
color="Origin",
)
)
with gr.Blocks() as demo:
gr.Plot(value=chart)
demo.launch()
By @freddyaboulton in PR 2741
Set the background color of a Label component
The Label
component now accepts a color
argument by @freddyaboulton in PR 2736.
The color
argument should either be a valid css color name or hexadecimal string.
You can update the color with gr.Label.update
!
This lets you create Alert and Warning boxes with the Label
component. See below:
import gradio as gr
import random
def update_color(value):
if value < 0:
# This is bad so use red
return "#FF0000"
elif 0 <= value <= 20:
# Ok but pay attention (use orange)
return "#ff9966"
else:
# Nothing to worry about
return None
def update_value():
choice = random.choice(['good', 'bad', 'so-so'])
color = update_color(choice)
return gr.Label.update(value=choice, color=color)
with gr.Blocks() as demo:
label = gr.Label(value=-10)
demo.load(lambda: update_value(), inputs=None, outputs=[label], every=1)
demo.queue().launch()
Add Brazilian Portuguese translation
Add Brazilian Portuguese translation (pt-BR.json) by @pstwh in PR 2753:
Bug Fixes:
- Fixed issue where image thumbnails were not showing when an example directory was provided by @abidlabs in PR 2745
- Fixed bug loading audio input models from the hub by @freddyaboulton in PR 2779.
- Fixed issue where entities were not merged when highlighted text was generated from the dictionary inputs @payoto in PR 2767
- Fixed bug where generating events did not finish running even if the websocket connection was closed by @freddyaboulton in PR 2783.
Documentation Changes:
No changes to highlight.
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
- Images in the chatbot component are now resized if they exceed a max width by @abidlabs in PR 2748
- Missing parameters have been added to
gr.Blocks().load()
by @abidlabs in PR 2755 - Deindex share URLs from search by @aliabd in PR 2772
- Redirect old links and fix broken ones by @aliabd in PR 2774
Contributors Shoutout:
No changes to highlight.
3.12.0
New Features:
The Chatbot
component now supports a subset of Markdown (including bold, italics, code, images)
You can now pass in some Markdown to the Chatbot component and it will show up, meaning that you can pass in images as well! by @abidlabs in PR 2731
Here's a simple example that references a local image lion.jpg
that is in the same
folder as the Python script:
import gradio as gr
with gr.Blocks() as demo:
gr.Chatbot([("hi", "hello **abubakar**"), ("![](/file=lion.jpg)", "cool pic")])
demo.launch()
To see a more realistic example, see the new demo /demo/chatbot_multimodal/run.py
.
Latex support
Added mathtext (a subset of latex) support to gr.Markdown. Added by @kashif and @aliabid94 in PR 2696.
Example of how it can be used:
gr.Markdown(
r"""
# Hello World! $\frac{\sqrt{x + y}}{4}$ is today's lesson.
""")
Update Accordion properties from the backend
You can now update the Accordion label
and open
status with gr.Accordion.update
by @freddyaboulton in PR 2690
import gradio as gr
with gr.Blocks() as demo:
with gr.Accordion(label="Open for greeting", open=False) as accordion:
gr.Textbox("Hello!")
open_btn = gr.Button(value="Open Accordion")
close_btn = gr.Button(value="Close Accordion")
open_btn.click(
lambda: gr.Accordion.update(open=True, label="Open Accordion"),
inputs=None,
outputs=[accordion],
)
close_btn.click(
lambda: gr.Accordion.update(open=False, label="Closed Accordion"),
inputs=None,
outputs=[accordion],
)
demo.launch()
Bug Fixes:
- Fixed bug where requests timeout is missing from utils.version_check() by @yujiehecs in PR 2729
- Fixed bug where so that the
File
component can properly preprocess files to "binary" byte-string format by CoffeeVampir3 in PR 2727 - Fixed bug to ensure that filenames are less than 200 characters even for non-English languages by @SkyTNT in PR 2685
Documentation Changes:
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
- Make try examples button more prominent by @aliabd in PR 2705
- Fix id clashes in docs by @aliabd in PR 2713
- Fix typos in guide docs by @andridns in PR 2722
- Add option to
include_audio
in Video component. WhenTrue
, forsource="webcam"
this will record audio and video, forsource="upload"
this will retain the audio in an uploaded video by @mandargogate in PR 2721
Contributors Shoutout:
3.11.0
New Features:
Upload Button
There is now a new component called the UploadButton
which is a file upload component but in button form! You can also specify what file types it should accept in the form of a list (ex: image
, video
, audio
, text
, or generic file
). Added by @dawoodkhan82 in PR 2591.
Example of how it can be used:
import gradio as gr
def upload_file(files):
file_paths = [file.name for file in files]
return file_paths
with gr.Blocks() as demo:
file_output = gr.File()
upload_button = gr.UploadButton("Click to Upload a File", file_types=["image", "video"], file_count="multiple")
upload_button.upload(upload_file, upload_button, file_output)
demo.launch()
Revamped API documentation page
New API Docs page with in-browser playground and updated aesthetics. @gary149 in PR 2652
Revamped Login page
Previously our login page had its own CSS, had no dark mode, and had an ugly json message on the wrong credentials. Made the page more aesthetically consistent, added dark mode support, and a nicer error message. @aliabid94 in PR 2684
Accessing the Requests Object Directly
You can now access the Request object directly in your Python function by @abidlabs in PR 2641. This means that you can access request headers, the client IP address, and so on. In order to use it, add a parameter to your function and set its type hint to be gr.Request
. Here's a simple example:
import gradio as gr
def echo(name, request: gr.Request):
if request:
print("Request headers dictionary:", request.headers)
print("IP address:", request.client.host)
return name
io = gr.Interface(echo, "textbox", "textbox").launch()
Bug Fixes:
- Fixed bug that limited files from being sent over websockets to 16MB. The new limit is now 1GB by @abidlabs in PR 2709
Documentation Changes:
- Updated documentation for embedding Gradio demos on Spaces as web components by @julien-c in PR 2698
- Updated IFrames in Guides to use the host URL instead of the Space name to be consistent with the new method for embedding Spaces, by @julien-c in PR 2692
- Colab buttons on every demo in the website! Just click open in colab, and run the demo there.
https://user-images.githubusercontent.com/9021060/202878400-cb16ed47-f4dd-4cb0-b2f0-102a9ff64135.mov
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
- Better warnings and error messages for
gr.Interface.load()
by @abidlabs in PR 2694 - Add open in colab buttons to demos in docs and /demos by @aliabd in PR 2608
- Apply different formatting for the types in component docstrings by @aliabd in PR 2707
Contributors Shoutout:
No changes to highlight.
3.10.1
New Features:
No changes to highlight.
Bug Fixes:
Documentation Changes:
No changes to highlight.
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
- Clean up printed statements in Embedded Colab Mode by @aliabid94 in PR 2612
Contributors Shoutout:
No changes to highlight.
3.10.0
- Add support for
'password'
and'email'
types toTextbox
. @pngwn in PR 2653 gr.Textbox
component will now raise an exception iftype
is not "text", "email", or "password" @pngwn in PR 2653. This will cause demos using the deprecatedgr.Textbox(type="number")
to raise an exception.
Bug Fixes:
- Updated the minimum FastApi used in tests to version 0.87 by @freddyaboulton in PR 2647
- Fixed bug where interfaces with examples could not be loaded with
gr.Interface.load
by @freddyaboulton PR 2640 - Fixed bug where the
interactive
property of a component could not be updated by @freddyaboulton in PR 2639 - Fixed bug where some URLs were not being recognized as valid URLs and thus were not loading correctly in various components by @abidlabs in PR 2659
Documentation Changes:
- Fix some typos in the embedded demo names in "05_using_blocks_like_functions.md" by @freddyaboulton in PR 2656
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
Contributors Shoutout:
No changes to highlight.
3.9.1
New Features:
No changes to highlight.
Bug Fixes:
Documentation Changes:
- See docs for the latest gradio commit to main as well the latest pip release:
- Modified the "Connecting To a Database Guide" to use
pd.read_sql
as opposed to low-level postgres connector by @freddyaboulton in PR 2604
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
- Dropdown for seeing docs as latest or main by @aliabd in PR 2544
- Allow
gr.Templates
to accept parameters to override the defaults by @abidlabs in PR 2600 - Components now throw a
ValueError()
if constructed with invalid parameters fortype
orsource
(for components that take those parameters) in PR 2610 - Allow auth with using queue by @GLGDLY in PR 2611
Contributors Shoutout:
No changes to highlight.
3.9
New Features:
- Gradio is now embedded directly in colab without requiring the share link by @aliabid94 in PR 2455
Calling functions by api_name in loaded apps
When you load an upstream app with gr.Blocks.load
, you can now specify which fn
to call with the api_name
parameter.
import gradio as gr
english_translator = gr.Blocks.load(name="spaces/gradio/english-translator")
german = english_translator("My name is Freddy", api_name='translate-to-german')
The api_name
parameter will take precedence over the fn_index
parameter.
Bug Fixes:
- Fixed bug where None could not be used for File,Model3D, and Audio examples by @freddyaboulton in PR 2588
- Fixed links in Plotly map guide + demo by @dawoodkhan82 in PR 2578
gr.Blocks.load()
now correctly loads example files from Spaces @abidlabs in PR 2594- Fixed bug when image clear started upload dialog @mezotaken in PR 2577
Documentation Changes:
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
- Add
api_name
toBlocks.__call__
by @freddyaboulton in PR 2593 - Update queue with using deque & update requirements by @GLGDLY in PR 2428
Contributors Shoutout:
No changes to highlight.
3.8.2
Bug Fixes:
- Ensure gradio apps embedded via spaces use the correct endpoint for predictions. @pngwn in PR 2567
- Ensure gradio apps embedded via spaces use the correct websocket protocol. @pngwn in PR 2571
New Features:
Running Events Continuously
Gradio now supports the ability to run an event continuously on a fixed schedule. To use this feature,
pass every=# of seconds
to the event definition. This will run the event every given number of seconds!
This can be used to:
- Create live visualizations that show the most up to date data
- Refresh the state of the frontend automatically in response to changes in the backend
Here is an example of a live plot that refreshes every half second:
import math
import gradio as gr
import plotly.express as px
import numpy as np
plot_end = 2 * math.pi
def get_plot(period=1):
global plot_end
x = np.arange(plot_end - 2 * math.pi, plot_end, 0.02)
y = np.sin(2*math.pi*period * x)
fig = px.line(x=x, y=y)
plot_end += 2 * math.pi
return fig
with gr.Blocks() as demo:
with gr.Row():
with gr.Column():
gr.Markdown("Change the value of the slider to automatically update the plot")
period = gr.Slider(label="Period of plot", value=1, minimum=0, maximum=10, step=1)
plot = gr.Plot(label="Plot (updates every half second)")
dep = demo.load(get_plot, None, plot, every=0.5)
period.change(get_plot, period, plot, every=0.5, cancels=[dep])
demo.queue().launch()
Bug Fixes:
No changes to highlight.
Documentation Changes:
- Explained how to set up
queue
andauth
when working with reload mode by by @freddyaboulton in PR 3089
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
- Allows loading private Spaces by passing an an
api_key
togr.Interface.load()
by @abidlabs in PR 2568
Contributors Shoutout:
No changes to highlight.
3.8
New Features:
- Allows event listeners to accept a single dictionary as its argument, where the keys are the components and the values are the component values. This is set by passing the input components in the event listener as a set instead of a list. @aliabid94 in PR 2550
Bug Fixes:
- Fix whitespace issue when using plotly. @dawoodkhan82 in PR 2548
- Apply appropriate alt text to all gallery images. @camenduru in PR 2358
- Removed erroneous tkinter import in gradio.blocks by @freddyaboulton in PR 2555
Documentation Changes:
No changes to highlight.
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
- Added the
every
keyword to event listeners that runs events on a fixed schedule by @freddyaboulton in PR 2512 - Fix whitespace issue when using plotly. @dawoodkhan82 in PR 2548
- Apply appropriate alt text to all gallery images. @camenduru in PR 2358
Contributors Shoutout:
No changes to highlight.
3.7
New Features:
Batched Functions
Gradio now supports the ability to pass batched functions. Batched functions are just functions which take in a list of inputs and return a list of predictions.
For example, here is a batched function that takes in two lists of inputs (a list of words and a list of ints), and returns a list of trimmed words as output:
import time
def trim_words(words, lens):
trimmed_words = []
time.sleep(5)
for w, l in zip(words, lens):
trimmed_words.append(w[:l])
return [trimmed_words]
The advantage of using batched functions is that if you enable queuing, the Gradio
server can automatically batch incoming requests and process them in parallel,
potentially speeding up your demo. Here's what the Gradio code looks like (notice
the batch=True
and max_batch_size=16
-- both of these parameters can be passed
into event triggers or into the Interface
class)
import gradio as gr
with gr.Blocks() as demo:
with gr.Row():
word = gr.Textbox(label="word", value="abc")
leng = gr.Number(label="leng", precision=0, value=1)
output = gr.Textbox(label="Output")
with gr.Row():
run = gr.Button()
event = run.click(trim_words, [word, leng], output, batch=True, max_batch_size=16)
demo.queue()
demo.launch()
In the example above, 16 requests could be processed in parallel (for a total inference time of 5 seconds), instead of each request being processed separately (for a total inference time of 80 seconds).
Upload Event
Video
, Audio
, Image
, and File
components now support a upload()
event that is triggered when a user uploads a file into any of these components.
Example usage:
import gradio as gr
with gr.Blocks() as demo:
with gr.Row():
input_video = gr.Video()
output_video = gr.Video()
# Clears the output video when an input video is uploaded
input_video.upload(lambda : None, None, output_video)
Bug Fixes:
- Fixes issue where plotly animations, interactivity, titles, legends, were not working properly. @dawoodkhan82 in PR 2486
- Prevent requests to the
/api
endpoint from skipping the queue if the queue is enabled for that event by @freddyaboulton in PR 2493 - Fixes a bug with
cancels
in event triggers so that it works properly if multiple Blocks are rendered by @abidlabs in PR 2530 - Prevent invalid targets of events from crashing the whole application. @pngwn in PR 2534
- Properly dequeue cancelled events when multiple apps are rendered by @freddyaboulton in PR 2540
- Fixes videos being cropped due to height/width params not being used @hannahblair in PR 4946
Documentation Changes:
- Added an example interactive dashboard to the "Tabular & Plots" section of the Demos page by @freddyaboulton in PR 2508
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
- Fixes the error message if a user builds Gradio locally and tries to use
share=True
by @abidlabs in PR 2502 - Allows the render() function to return self by @Raul9595 in PR 2514
- Fixes issue where plotly animations, interactivity, titles, legends, were not working properly. @dawoodkhan82 in PR 2486
- Gradio now supports batched functions by @abidlabs in PR 2218
- Add
upload
event forVideo
,Audio
,Image
, andFile
components @dawoodkhan82 in PR 2448 - Changes websocket path for Spaces as it is no longer necessary to have a different URL for websocket connections on Spaces by @abidlabs in PR 2528
- Clearer error message when events are defined outside of a Blocks scope, and a warning if you
try to use
Series
orParallel
withBlocks
by @abidlabs in PR 2543 - Adds support for audio samples that are in
float64
,float16
, oruint16
formats by @abidlabs in PR 2545
Contributors Shoutout:
No changes to highlight.
3.6
New Features:
Cancelling Running Events
Running events can be cancelled when other events are triggered! To test this feature, pass the cancels
parameter to the event listener.
For this feature to work, the queue must be enabled.
Code:
import time
import gradio as gr
def fake_diffusion(steps):
for i in range(steps):
time.sleep(1)
yield str(i)
def long_prediction(*args, **kwargs):
time.sleep(10)
return 42
with gr.Blocks() as demo:
with gr.Row():
with gr.Column():
n = gr.Slider(1, 10, value=9, step=1, label="Number Steps")
run = gr.Button()
output = gr.Textbox(label="Iterative Output")
stop = gr.Button(value="Stop Iterating")
with gr.Column():
prediction = gr.Number(label="Expensive Calculation")
run_pred = gr.Button(value="Run Expensive Calculation")
with gr.Column():
cancel_on_change = gr.Textbox(label="Cancel Iteration and Expensive Calculation on Change")
click_event = run.click(fake_diffusion, n, output)
stop.click(fn=None, inputs=None, outputs=None, cancels=[click_event])
pred_event = run_pred.click(fn=long_prediction, inputs=None, outputs=prediction)
cancel_on_change.change(None, None, None, cancels=[click_event, pred_event])
demo.queue(concurrency_count=1, max_size=20).launch()
For interfaces, a stop button will be added automatically if the function uses a yield
statement.
import gradio as gr
import time
def iteration(steps):
for i in range(steps):
time.sleep(0.5)
yield i
gr.Interface(iteration,
inputs=gr.Slider(minimum=1, maximum=10, step=1, value=5),
outputs=gr.Number()).queue().launch()
Bug Fixes:
- Add loading status tracker UI to HTML and Markdown components. @pngwn in PR 2474
- Fixed videos being mirrored in the front-end if source is not webcam by @freddyaboulton in PR 2475
- Add clear button for timeseries component @dawoodkhan82 in PR 2487
- Removes special characters from temporary filenames so that the files can be served by components @abidlabs in PR 2480
- Fixed infinite reload loop when mounting gradio as a sub application by @freddyaboulton in PR 2477
Documentation Changes:
- Adds a demo to show how a sound alert can be played upon completion of a prediction by @abidlabs in PR 2478
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
- Enable running events to be cancelled from other events by @freddyaboulton in PR 2433
- Small fix for version check before reuploading demos by @aliabd in PR 2469
- Add loading status tracker UI to HTML and Markdown components. @pngwn in PR 2400
- Add clear button for timeseries component @dawoodkhan82 in PR 2487
Contributors Shoutout:
No changes to highlight.
3.5
Bug Fixes:
-
Ensure that Gradio does not take control of the HTML page title when embedding a gradio app as a web component, this behaviour flipped by adding
control_page_title="true"
to the webcomponent. @pngwn in PR 2400 -
Decreased latency in iterative-output demos by making the iteration asynchronous @freddyaboulton in PR 2409
-
Fixed queue getting stuck under very high load by @freddyaboulton in PR 2374
-
Ensure that components always behave as if
interactive=True
were set when the following conditions are true:- no default value is provided,
- they are not set as the input or output of an event,
interactive
kwarg is not set.
New Features:
- When an
Image
component is set tosource="upload"
, it is now possible to drag and drop and image to replace a previously uploaded image by @pngwn in PR 1711 - The
gr.Dataset
component now acceptsHTML
andMarkdown
components by @abidlabs in PR 2437
Documentation Changes:
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
- The
Carousel
component is officially deprecated. Since gradio 3.0, code containing theCarousel
component would throw warnings. As of the next release, theCarousel
component will raise an exception.
Full Changelog:
- Speeds up Gallery component by using temporary files instead of base64 representation in the front-end by @proxyphi, @pngwn, and @abidlabs in PR 2265
- Fixed some embedded demos in the guides by not loading the gradio web component in some guides by @freddyaboulton in PR 2403
- When an
Image
component is set tosource="upload"
, it is now possible to drag and drop and image to replace a previously uploaded image by @pngwn in PR 2400 - Improve documentation of the
Blocks.load()
event by @abidlabs in PR 2413 - Decreased latency in iterative-output demos by making the iteration asynchronous @freddyaboulton in PR 2409
- Updated share link message to reference new Spaces Hardware @abidlabs in PR 2423
- Automatically restart spaces if they're down by @aliabd in PR 2405
- Carousel component is now deprecated by @abidlabs in PR 2434
- Build Gradio from source in ui tests by by @freddyaboulton in PR 2440
- Change "return ValueError" to "raise ValueError" by @vzakharov in PR 2445
- Add guide on creating a map demo using the
gr.Plot()
component @dawoodkhan82 in PR 2402 - Add blur event for
Textbox
andNumber
components @dawoodkhan82 in PR 2448 - Stops a gradio launch from hogging a port even after it's been killed @aliabid94 in PR 2453
- Fix embedded interfaces on touch screen devices by @aliabd in PR 2457
- Upload all demos to spaces by @aliabd in PR 2281
Contributors Shoutout:
No changes to highlight.
3.4.1
New Features:
1. See Past and Upcoming Changes in the Release History 👀
You can now see gradio's release history directly on the website, and also keep track of upcoming changes. Just go here.
Bug Fixes:
- Fix typo in guide image path by @freddyaboulton in PR 2357
- Raise error if Blocks has duplicate component with same IDs by @abidlabs in PR 2359
- Catch the permission exception on the audio component by @Ian-GL in PR 2330
- Fix image_classifier_interface_load demo by @freddyaboulton in PR 2365
- Fix combining adjacent components without gaps by introducing
gr.Row(variant="compact")
by @aliabid94 in PR 2291 This comes with deprecation of the following arguments forComponent.style
:round
,margin
,border
. - Fix audio streaming, which was previously choppy in PR 2351. Big thanks to @yannickfunk for the proposed solution.
- Fix bug where new typeable slider doesn't respect the minimum and maximum values @dawoodkhan82 in PR 2380
Documentation Changes:
-
New Guide: Connecting to a Database 🗄️
A new guide by @freddyaboulton that explains how you can use Gradio to connect your app to a database. Read more here.
-
New Guide: Running Background Tasks 🥷
A new guide by @freddyaboulton that explains how you can run background tasks from your gradio app. Read more here.
-
Small fixes to docs for
Image
component by @abidlabs in PR 2372
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
- Create a guide on how to connect an app to a database hosted on the cloud by @freddyaboulton in PR 2341
- Removes
analytics
dependency by @abidlabs in PR 2347 - Add guide on launching background tasks from your app by @freddyaboulton in PR 2350
- Fix typo in guide image path by @freddyaboulton in PR 2357
- Raise error if Blocks has duplicate component with same IDs by @abidlabs in PR 2359
- Hotfix: fix version back to 3.4 by @abidlabs in PR 2361
- Change version.txt to 3.4 instead of 3.4.0 by @aliabd in PR 2363
- Catch the permission exception on the audio component by @Ian-GL in PR 2330
- Fix image_classifier_interface_load demo by @freddyaboulton in PR 2365
- Small fixes to docs for
Image
component by @abidlabs in PR 2372 - Automated Release Notes by @freddyaboulton in PR 2306
- Fixed small typos in the docs @julien-c in PR 2373
- Adds ability to disable pre/post-processing for examples @abidlabs in PR 2383
- Copy changelog file in website docker by @aliabd in PR 2384
- Lets users provide a
gr.update()
dictionary even if post-processing is disabled @abidlabs in PR 2385 - Fix bug where errors would cause apps run in reload mode to hang forever by @freddyaboulton in PR 2394
- Fix bug where new typeable slider doesn't respect the minimum and maximum values @dawoodkhan82 in PR 2380
Contributors Shoutout:
No changes to highlight.
3.4
New Features:
1. Gallery Captions 🖼️
You can now pass captions to images in the Gallery component. To do so you need to pass a {List} of (image, {str} caption) tuples. This is optional and the component also accepts just a list of the images.
Here's an example:
import gradio as gr
images_with_captions = [
("https://images.unsplash.com/photo-1551969014-7d2c4cddf0b6", "Cheetah by David Groves"),
("https://images.unsplash.com/photo-1546182990-dffeafbe841d", "Lion by Francesco"),
("https://images.unsplash.com/photo-1561731216-c3a4d99437d5", "Tiger by Mike Marrah")
]
with gr.Blocks() as demo:
gr.Gallery(value=images_with_captions)
demo.launch()
2. Type Values into the Slider 🔢
You can now type values directly on the Slider component! Here's what it looks like:
3. Better Sketching and Inpainting 🎨
We've made a lot of changes to our Image component so that it can support better sketching and inpainting.
Now supports:
- A standalone black-and-white sketch
import gradio as gr
demo = gr.Interface(lambda x: x, gr.Sketchpad(), gr.Image())
demo.launch()
- A standalone color sketch
import gradio as gr
demo = gr.Interface(lambda x: x, gr.Paint(), gr.Image())
demo.launch()
- An uploadable image with black-and-white or color sketching
import gradio as gr
demo = gr.Interface(lambda x: x, gr.Image(source='upload', tool='color-sketch'), gr.Image()) # for black and white, tool = 'sketch'
demo.launch()
- Webcam with black-and-white or color sketching
import gradio as gr
demo = gr.Interface(lambda x: x, gr.Image(source='webcam', tool='color-sketch'), gr.Image()) # for black and white, tool = 'sketch'
demo.launch()
As well as other fixes
Bug Fixes:
- Fix bug where max concurrency count is not respected in queue by @freddyaboulton in PR 2286
- fix : queue could be blocked by @SkyTNT in PR 2288
- Supports
gr.update()
in example caching by @abidlabs in PR 2309 - Clipboard fix for iframes by @abidlabs in PR 2321
- Fix: Dataframe column headers are reset when you add a new column by @dawoodkhan82 in PR 2318
- Added support for URLs for Video, Audio, and Image by @abidlabs in PR 2256
- Add documentation about how to create and use the Gradio FastAPI app by @abidlabs in PR 2263
Documentation Changes:
- Adding a Playground Tab to the Website by @aliabd in PR 1860
- Gradio for Tabular Data Science Workflows Guide by @merveenoyan in PR 2199
- Promotes
postprocess
andpreprocess
to documented parameters by @abidlabs in PR 2293 - Update 2)key_features.md by @voidxd in PR 2326
- Add docs to blocks context postprocessing function by @Ian-GL in PR 2332
Testing and Infrastructure Changes
- Website fixes and refactoring by @aliabd in PR 2280
- Don't deploy to spaces on release by @freddyaboulton in PR 2313
Full Changelog:
- Website fixes and refactoring by @aliabd in PR 2280
- Fix bug where max concurrency count is not respected in queue by @freddyaboulton in PR 2286
- Promotes
postprocess
andpreprocess
to documented parameters by @abidlabs in PR 2293 - Raise warning when trying to cache examples but not all inputs have examples by @freddyaboulton in PR 2279
- fix : queue could be blocked by @SkyTNT in PR 2288
- Don't deploy to spaces on release by @freddyaboulton in PR 2313
- Supports
gr.update()
in example caching by @abidlabs in PR 2309 - Respect Upstream Queue when loading interfaces/blocks from Spaces by @freddyaboulton in PR 2294
- Clipboard fix for iframes by @abidlabs in PR 2321
- Sketching + Inpainting Capabilities to Gradio by @abidlabs in PR 2144
- Update 2)key_features.md by @voidxd in PR 2326
- release 3.4b3 by @abidlabs in PR 2328
- Fix: Dataframe column headers are reset when you add a new column by @dawoodkhan82 in PR 2318
- Start queue when gradio is a sub application by @freddyaboulton in PR 2319
- Fix Web Tracker Script by @aliabd in PR 2308
- Add docs to blocks context postprocessing function by @Ian-GL in PR 2332
- Fix typo in iterator variable name in run_predict function by @freddyaboulton in PR 2340
- Add captions to galleries by @aliabid94 in PR 2284
- Typeable value on gradio.Slider by @dawoodkhan82 in PR 2329
Contributors Shoutout:
3.3
New Features:
1. Iterative Outputs ⏳
You can now create an iterative output simply by having your function return a generator!
Here's (part of) an example that was used to generate the interface below it. See full code.
def predict(steps, seed):
generator = torch.manual_seed(seed)
for i in range(1,steps):
yield pipeline(generator=generator, num_inference_steps=i)["sample"][0]
2. Accordion Layout 🆕
This version of Gradio introduces a new layout component to Blocks: the Accordion. Wrap your elements in a neat, expandable layout that allows users to toggle them as needed.
Usage: (Read the docs)
with gr.Accordion("open up"):
# components here
3. Skops Integration 📈
Our new integration with skops allows you to load tabular classification and regression models directly from the hub.
Here's a classification example showing how quick it is to set up an interface for a model.
import gradio as gr
gr.Interface.load("models/scikit-learn/tabular-playground").launch()
Bug Fixes:
No changes to highlight.
Documentation Changes:
No changes to highlight.
Testing and Infrastructure Changes:
No changes to highlight.
Breaking Changes:
No changes to highlight.
Full Changelog:
- safari fixes by @pngwn in PR 2138
- Fix roundedness and form borders by @aliabid94 in PR 2147
- Better processing of example data prior to creating dataset component by @freddyaboulton in PR 2147
- Show error on Connection drops by @aliabid94 in PR 2147
- 3.2 release! by @abidlabs in PR 2139
- Fixed Named API Requests by @abidlabs in PR 2151
- Quick Fix: Cannot upload Model3D image after clearing it by @dawoodkhan82 in PR 2168
- Fixed misleading log when server_name is '0.0.0.0' by @lamhoangtung in PR 2176
- Keep embedded PngInfo metadata by @cobryan05 in PR 2170
- Skops integration: Load tabular classification and regression models from the hub by @freddyaboulton in PR 2126
- Respect original filename when cached example files are downloaded by @freddyaboulton in PR 2145
- Add manual trigger to deploy to pypi by @abidlabs in PR 2192
- Fix bugs with gr.update by @freddyaboulton in PR 2157
- Make queue per app by @aliabid94 in PR 2193
- Preserve Labels In Interpretation Components by @freddyaboulton in PR 2166
- Quick Fix: Multiple file download not working by @dawoodkhan82 in PR 2169
- use correct MIME type for js-script file by @daspartho in PR 2200
- Add accordion component by @aliabid94 in PR 2208
Contributors Shoutout:
- @lamhoangtung made their first contribution in PR 2176
- @cobryan05 made their first contribution in PR 2170
- @daspartho made their first contribution in PR 2200
3.2
New Features:
1. Improvements to Queuing 🥇
We've implemented a brand new queuing system based on web sockets instead of HTTP long polling. Among other things, this allows us to manage queue sizes better on Hugging Face Spaces. There are also additional queue-related parameters you can add:
- Now supports concurrent workers (parallelization)
demo = gr.Interface(...)
demo.queue(concurrency_count=3)
demo.launch()
- Configure a maximum queue size
demo = gr.Interface(...)
demo.queue(max_size=100)
demo.launch()
- If a user closes their tab / browser, they leave the queue, which means the demo will run faster for everyone else
2. Fixes to Examples
- Dataframe examples will render properly, and look much clearer in the UI: (thanks to PR #2125)
- Image and Video thumbnails are cropped to look neater and more uniform: (thanks to PR #2109)
- Other fixes in PR #2131 and #2064 make it easier to design and use Examples
3. Component Fixes 🧱
- Specify the width and height of an image in its style tag (thanks to PR #2133)
components.Image().style(height=260, width=300)
- Automatic conversion of videos so they are playable in the browser (thanks to PR #2003). Gradio will check if a video's format is playable in the browser and, if it isn't, will automatically convert it to a format that is (mp4).
- Pass in a json filepath to the Label component (thanks to PR #2083)
- Randomize the default value of a Slider (thanks to PR #1935)
- Improvements to State in PR #2100
4. Ability to Randomize Input Sliders and Reload Data whenever the Page Loads
- In some cases, you want to be able to show a different set of input data to every user as they load the page app. For example, you might want to randomize the value of a "seed"
Slider
input. Or you might want to show aTextbox
with the current date. We now supporting passing functions as the default value in input components. When you pass in a function, it gets re-evaluated every time someone loads the demo, allowing you to reload / change data for different users.
Here's an example loading the current date time into an input Textbox:
import gradio as gr
import datetime
with gr.Blocks() as demo:
gr.Textbox(datetime.datetime.now)
demo.launch()
Note that we don't evaluate the function -- datetime.datetime.now()
-- we pass in the function itself to get this behavior -- datetime.datetime.now
Because randomizing the initial value of Slider
is a common use case, we've added a randomize
keyword argument you can use to randomize its initial value:
import gradio as gr
demo = gr.Interface(lambda x:x, gr.Slider(0, 10, randomize=True), "number")
demo.launch()
5. New Guide 🖊️
Full Changelog:
- Reset components to original state by setting value to None by @freddyaboulton in PR 2044
- Cleaning up the way data is processed for components by @abidlabs in PR 1967
- version 3.1.8b by @abidlabs in PR 2063
- Wandb guide by @AK391 in PR 1898
- Add a flagging callback to save json files to a hugging face dataset by @chrisemezue in PR 1821
- Add data science demos to landing page by @freddyaboulton in PR 2067
- Hide time series + xgboost demos by default by @freddyaboulton in PR 2079
- Encourage people to keep trying when queue full by @apolinario in PR 2076
- Updated our analytics on creation of Blocks/Interface by @abidlabs in PR 2082
Label
component now accepts file paths to.json
files by @abidlabs in PR 2083- Fix issues related to demos in Spaces by @abidlabs in PR 2086
- Fix TimeSeries examples not properly displayed in UI by @dawoodkhan82 in PR 2064
- Fix infinite requests when doing tab item select by @freddyaboulton in PR 2070
- Accept deprecated
file
route as well by @abidlabs in PR 2099 - Allow frontend method execution on Block.load event by @codedealer in PR 2108
- Improvements to
State
by @abidlabs in PR 2100 - Catch IndexError, KeyError in video_is_playable by @freddyaboulton in PR 2113
- Fix: Download button does not respect the filepath returned by the function by @dawoodkhan82 in PR 2073
- Refactoring Layout: Adding column widths, forms, and more. by @aliabid94 in PR 2097
- Update CONTRIBUTING.md by @abidlabs in PR 2118
- 2092 df ex by @pngwn in PR 2125
- feat(samples table/gallery): Crop thumbs to square by @ronvoluted in PR 2109
- Some enhancements to
gr.Examples
by @abidlabs in PR 2131 - Image size fix by @aliabid94 in PR 2133
Contributors Shoutout:
- @chrisemezue made their first contribution in PR 1821
- @apolinario made their first contribution in PR 2076
- @codedealer made their first contribution in PR 2108
3.1
New Features:
1. Embedding Demos on Any Website 💻
With PR #1444, Gradio is now distributed as a web component. This means demos can be natively embedded on websites. You'll just need to add two lines: one to load the gradio javascript, and one to link to the demos backend.
Here's a simple example that embeds the demo from a Hugging Face space:
<script
type="module"
src="https://gradio.s3-us-west-2.amazonaws.com/3.0.18/gradio.js"
></script>
<gradio-app space="abidlabs/pytorch-image-classifier"></gradio-app>
But you can also embed demos that are running anywhere, you just need to link the demo to src
instead of space
. In fact, all the demos on the gradio website are embedded this way:
Read more in the Embedding Gradio Demos guide.
2. Reload Mode 👨💻
Reload mode helps developers create gradio demos faster by automatically reloading the demo whenever the code changes. It can support development on Python IDEs (VS Code, PyCharm, etc), the terminal, as well as Jupyter notebooks.
If your demo code is in a script named app.py
, instead of running python app.py
you can now run gradio app.py
and that will launch the demo in reload mode:
Launching in reload mode on: http://127.0.0.1:7860 (Press CTRL+C to quit)
Watching...
WARNING: The --reload flag should not be used in production on Windows.
If you're working from a Jupyter or Colab Notebook, use these magic commands instead: %load_ext gradio
when you import gradio, and %%blocks
in the top of the cell with the demo code. Here's an example that shows how much faster the development becomes:
3. Inpainting Support on gr.Image()
🎨
We updated the Image component to add support for inpainting demos. It works by adding tool="sketch"
as a parameter, that passes both an image and a sketchable mask to your prediction function.
Here's an example from the LAMA space:
4. Markdown and HTML support in Dataframes 🔢
We upgraded the Dataframe component in PR #1684 to support rendering Markdown and HTML inside the cells.
This means you can build Dataframes that look like the following:
5. gr.Examples()
for Blocks 🧱
We've added the gr.Examples
component helper to allow you to add examples to any Blocks demo. This class is a wrapper over the gr.Dataset
component.
gr.Examples takes two required parameters:
examples
which takes in a nested listinputs
which takes in a component or list of components
You can read more in the Examples docs or the Adding Examples to your Demos guide.
6. Fixes to Audio Streaming
With PR 1828 we now hide the status loading animation, as well as remove the echo in streaming. Check out the stream_audio demo for more or read through our Real Time Speech Recognition guide.
Full Changelog:
- File component: list multiple files and allow for download #1446 by @dawoodkhan82 in PR 1681
- Add ColorPicker to docs by @freddyaboulton in PR 1768
- Mock out requests in TestRequest unit tests by @freddyaboulton in PR 1794
- Add requirements.txt and test_files to source dist by @freddyaboulton in PR 1817
- refactor: f-string for tunneling.py by @nhankiet in PR 1819
- Miscellaneous formatting improvements to website by @aliabd in PR 1754
integrate()
method moved toBlocks
by @abidlabs in PR 1776- Add python-3.7 tests by @freddyaboulton in PR 1818
- Copy test dir in website dockers by @aliabd in PR 1827
- Add info to docs on how to set default values for components by @freddyaboulton in PR 1788
- Embedding Components on Docs by @aliabd in PR 1726
- Remove usage of deprecated gr.inputs and gr.outputs from website by @freddyaboulton in PR 1796
- Some cleanups to the docs page by @abidlabs in PR 1822
Contributors Shoutout:
3.0
🔥 Gradio 3.0 is the biggest update to the library, ever.
New Features:
1. Blocks 🧱
Blocks is a new, low-level API that allows you to have full control over the data flows and layout of your application. It allows you to build very complex, multi-step applications. For example, you might want to:
- Group together related demos as multiple tabs in one web app
- Change the layout of your demo instead of just having all of the inputs on the left and outputs on the right
- Have multi-step interfaces, in which the output of one model becomes the input to the next model, or have more flexible data flows in general
- Change a component's properties (for example, the choices in a Dropdown) or its visibility based on user input
Here's a simple example that creates the demo below it:
import gradio as gr
def update(name):
return f"Welcome to Gradio, {name}!"
demo = gr.Blocks()
with demo:
gr.Markdown(
"""
# Hello World!
Start typing below to see the output.
""")
inp = gr.Textbox(placeholder="What is your name?")
out = gr.Textbox()
inp.change(fn=update,
inputs=inp,
outputs=out)
demo.launch()
Read our Introduction to Blocks guide for more, and join the 🎈 Gradio Blocks Party!
2. Our Revamped Design 🎨
We've upgraded our design across the entire library: from components, and layouts all the way to dark mode.
3. A New Website 💻
We've upgraded gradio.app to make it cleaner, faster and easier to use. Our docs now come with components and demos embedded directly on the page. So you can quickly get up to speed with what you're looking for.
4. New Components: Model3D, Dataset, and More..
We've introduced a lot of new components in 3.0
, including Model3D
, Dataset
, Markdown
, Button
and Gallery
. You can find all the components and play around with them here.
Full Changelog:
- Gradio dash fe by @pngwn in PR 807
- Blocks components by @FarukOzderim in PR 765
- Blocks components V2 by @FarukOzderim in PR 843
- Blocks-Backend-Events by @FarukOzderim in PR 844
- Interfaces from Blocks by @aliabid94 in PR 849
- Blocks dev by @aliabid94 in PR 853
- Started updating demos to use the new
gradio.components
syntax by @abidlabs in PR 848 - add test infra + add browser tests to CI by @pngwn in PR 852
- 854 textbox by @pngwn in PR 859
- Getting old Python unit tests to pass on
blocks-dev
by @abidlabs in PR 861 - initialise chatbot with empty array of messages by @pngwn in PR 867
- add test for output to input by @pngwn in PR 866
- More Interface -> Blocks features by @aliabid94 in PR 864
- Fixing external.py in blocks-dev to reflect the new HF Spaces paths by @abidlabs in PR 879
- backend_default_value_refactoring by @FarukOzderim in PR 871
- fix default_value by @pngwn in PR 869
- fix buttons by @aliabid94 in PR 883
- Checking and updating more demos to use 3.0 syntax by @abidlabs in PR 892
- Blocks Tests by @FarukOzderim in PR 902
- Interface fix by @pngwn in PR 901
- Quick fix: Issue 893 by @dawoodkhan82 in PR 907
- 3d Image Component by @dawoodkhan82 in PR 775
- fix endpoint url in prod by @pngwn in PR 911
- rename Model3d to Image3D by @dawoodkhan82 in PR 912
- update pypi to 2.9.1 by @abidlabs in PR 916
- blocks-with-fix by @FarukOzderim in PR 917
- Restore Interpretation, Live, Auth, Queueing by @aliabid94 in PR 915
- Allow
Blocks
instances to be used like aBlock
in otherBlocks
by @abidlabs in PR 919 - Redesign 1 by @pngwn in PR 918
- blocks-components-tests by @FarukOzderim in PR 904
- fix unit + browser tests by @pngwn in PR 926
- blocks-move-test-data by @FarukOzderim in PR 927
- remove debounce from form inputs by @pngwn in PR 932
- reimplement webcam video by @pngwn in PR 928
- blocks-move-test-data by @FarukOzderim in PR 941
- allow audio components to take a string value by @pngwn in PR 930
- static mode for textbox by @pngwn in PR 929
- fix file upload text by @pngwn in PR 931
- tabbed-interface-rewritten by @FarukOzderim in PR 958
- Gan demo fix by @abidlabs in PR 965
- Blocks analytics by @abidlabs in PR 947
- Blocks page load by @FarukOzderim in PR 963
- add frontend for page load events by @pngwn in PR 967
- fix i18n and some tweaks by @pngwn in PR 966
- add jinja2 to reqs by @FarukOzderim in PR 969
- Cleaning up
Launchable()
by @abidlabs in PR 968 - Fix #944 by @FarukOzderim in PR 971
- New Blocks Demo: neural instrument cloning by @abidlabs in PR 975
- Add huggingface_hub client library by @FarukOzderim in PR 973
- State and variables by @aliabid94 in PR 977
- update-components by @FarukOzderim in PR 986
- ensure dataframe updates as expected by @pngwn in PR 981
- test-guideline by @FarukOzderim in PR 990
- Issue #785: add footer by @dawoodkhan82 in PR 972
- indentation fix by @abidlabs in PR 993
- missing quote by @aliabd in PR 996
- added interactive parameter to components by @abidlabs in PR 992
- custom-components by @FarukOzderim in PR 985
- Refactor component shortcuts by @FarukOzderim in PR 995
- Plot Component by @dawoodkhan82 in PR 805
- updated PyPi version to 2.9.2 by @abidlabs in PR 1002
- Release 2.9.3 by @abidlabs in PR 1003
- Image3D Examples Fix by @dawoodkhan82 in PR 1001
- release 2.9.4 by @abidlabs in PR 1006
- templates import hotfix by @FarukOzderim in PR 1008
- Progress indicator bar by @aliabid94 in PR 997
- Fixed image input for absolute path by @JefferyChiang in PR 1004
- Model3D + Plot Components by @dawoodkhan82 in PR 1010
- Gradio Guides: Creating CryptoPunks with GANs by @NimaBoscarino in PR 1000
- [BIG PR] Gradio blocks & redesigned components by @abidlabs in PR 880
- fixed failing test on main by @abidlabs in PR 1023
- Use smaller ASR model in external test by @abidlabs in PR 1024
- updated PyPi version to 2.9.0b by @abidlabs in PR 1026
- Fixing import issues so that the package successfully installs on colab notebooks by @abidlabs in PR 1027
- Update website tracker slackbot by @aliabd in PR 1037
- textbox-autoheight by @FarukOzderim in PR 1009
- Model3D Examples fixes by @dawoodkhan82 in PR 1035
- GAN Gradio Guide: Adjustments to iframe heights by @NimaBoscarino in PR 1042
- added better default labels to form components by @abidlabs in PR 1040
- Slackbot web tracker fix by @aliabd in PR 1043
- Plot fixes by @dawoodkhan82 in PR 1044
- Small fixes to the demos by @abidlabs in PR 1030
- fixing demo issue with website by @aliabd in PR 1047
- [hotfix] HighlightedText by @aliabid94 in PR 1046
- Update text by @ronvoluted in PR 1050
- Update CONTRIBUTING.md by @FarukOzderim in PR 1052
- fix(ui): Increase contrast for footer by @ronvoluted in PR 1048
- UI design update by @gary149 in PR 1041
- updated PyPi version to 2.9.0b8 by @abidlabs in PR 1059
- Running, testing, and fixing demos by @abidlabs in PR 1060
- Form layout by @pngwn in PR 1054
- inputless-interfaces by @FarukOzderim in PR 1038
- Update PULL_REQUEST_TEMPLATE.md by @FarukOzderim in PR 1068
- Upgrading node memory to 4gb in website Docker by @aliabd in PR 1069
- Website reload error by @aliabd in PR 1079
- fixed favicon issue by @abidlabs in PR 1064
- remove-queue-from-events by @FarukOzderim in PR 1056
- Enable vertex colors for OBJs files by @radames in PR 1074
- Dark text by @ronvoluted in PR 1049
- Scroll to output by @pngwn in PR 1077
- Explicitly list pnpm version 6 in contributing guide by @freddyaboulton in PR 1085
- hotfix for encrypt issue by @abidlabs in PR 1096
- Release 2.9b9 by @abidlabs in PR 1098
- tweak node circleci settings by @pngwn in PR 1091
- Website Reload Error by @aliabd in PR 1099
- Website Reload: README in demos docker by @aliabd in PR 1100
- Flagging fixes by @abidlabs in PR 1081
- Backend for optional labels by @abidlabs in PR 1080
- Optional labels fe by @pngwn in PR 1105
- clean-deprecated-parameters by @FarukOzderim in PR 1090
- Blocks rendering fix by @abidlabs in PR 1102
- Redos #1106 by @abidlabs in PR 1112
- Interface types: handle input-only, output-only, and unified interfaces by @abidlabs in PR 1108
- Hotfix + New pypi release 2.9b11 by @abidlabs in PR 1118
- issue-checkbox by @FarukOzderim in PR 1122
- issue-checkbox-hotfix by @FarukOzderim in PR 1127
- Fix demos in website by @aliabd in PR 1130
- Guide for Gradio ONNX model zoo on Huggingface by @AK391 in PR 1073
- ONNX guide fixes by @aliabd in PR 1131
- Stacked form inputs css by @gary149 in PR 1134
- made default value in textbox empty string by @abidlabs in PR 1135
- Examples UI by @gary149 in PR 1121
- Chatbot custom color support by @dawoodkhan82 in PR 1092
- highlighted text colors by @pngwn in PR 1119
- pin to pnpm 6 for now by @pngwn in PR 1147
- Restore queue in Blocks by @aliabid94 in PR 1137
- add select event for tabitems by @pngwn in PR 1154
- max_lines + autoheight for textbox by @pngwn in PR 1153
- use color palette for chatbot by @pngwn in PR 1152
- Timeseries improvements by @pngwn in PR 1149
- move styling for interface panels to frontend by @pngwn in PR 1146
- html tweaks by @pngwn in PR 1145
- Issue #768: Support passing none to resize and crop image by @dawoodkhan82 in PR 1144
- image gallery component + img css by @aliabid94 in PR 1140
- networking tweak by @abidlabs in PR 1143
- Allow enabling queue per event listener by @aliabid94 in PR 1155
- config hotfix and v. 2.9b23 by @abidlabs in PR 1158
- Custom JS calls by @aliabid94 in PR 1082
- Small fixes: queue default fix, ffmpeg installation message by @abidlabs in PR 1159
- formatting by @abidlabs in PR 1161
- enable flex grow for gr-box by @radames in PR 1165
- 1148 loading by @pngwn in PR 1164
- Put enable_queue kwarg back in launch() by @aliabid94 in PR 1167
- A few small fixes by @abidlabs in PR 1171
- Hotfix for dropdown component by @abidlabs in PR 1172
- use secondary buttons in interface by @pngwn in PR 1173
- 1183 component height by @pngwn in PR 1185
- 962 dataframe by @pngwn in PR 1186
- update-contributing by @FarukOzderim in PR 1188
- Table tweaks by @pngwn in PR 1195
- wrap tab content in column by @pngwn in PR 1200
- WIP: Add dark mode support by @gary149 in PR 1187
- Restored /api/predict/ endpoint for Interfaces by @abidlabs in PR 1199
- hltext-label by @pngwn in PR 1204
- add copy functionality to json by @pngwn in PR 1205
- Update component config by @aliabid94 in PR 1089
- fix placeholder prompt by @pngwn in PR 1215
- ensure webcam video value is propagated correctly by @pngwn in PR 1218
- Automatic word-break in highlighted text, combine_adjacent support by @aliabid94 in PR 1209
- async-function-support by @FarukOzderim in PR 1190
- Sharing fix for assets by @aliabid94 in PR 1208
- Hotfixes for course demos by @abidlabs in PR 1222
- Allow Custom CSS by @aliabid94 in PR 1170
- share-hotfix by @FarukOzderim in PR 1226
- tweaks by @pngwn in PR 1229
- white space for class concatenation by @radames in PR 1228
- Tweaks by @pngwn in PR 1230
- css tweaks by @pngwn in PR 1235
- ensure defaults height match for media inputs by @pngwn in PR 1236
- Default Label label value by @radames in PR 1239
- update-shortcut-syntax by @FarukOzderim in PR 1234
- Update version.txt by @FarukOzderim in PR 1244
- Layout bugs by @pngwn in PR 1246
- Update demo by @FarukOzderim in PR 1253
- Button default name by @FarukOzderim in PR 1243
- Labels spacing by @gary149 in PR 1254
- add global loader for gradio app by @pngwn in PR 1251
- ui apis for dalle-mini by @pngwn in PR 1258
- Add precision to Number, backend only by @freddyaboulton in PR 1125
- Website Design Changes by @abidlabs in PR 1015
- Small fixes for multiple demos compatible with 3.0 by @radames in PR 1257
- Issue #1160: Model 3D component not destroyed correctly by @dawoodkhan82 in PR 1219
- Fixes to components by @abidlabs in PR 1260
- layout docs by @abidlabs in PR 1263
- Static forms by @pngwn in PR 1264
- Cdn assets by @pngwn in PR 1265
- update logo by @gary149 in PR 1266
- fix slider by @aliabid94 in PR 1268
- maybe fix auth in iframes by @pngwn in PR 1261
- Improves "Getting Started" guide by @abidlabs in PR 1269
- Add embedded demos to website by @aliabid94 in PR 1270
- Label hotfixes by @abidlabs in PR 1281
- General tweaks by @pngwn in PR 1276
- only affect links within the document by @pngwn in PR 1282
- release 3.0b9 by @abidlabs in PR 1283
- Dm by @pngwn in PR 1284
- Website fixes by @aliabd in PR 1286
- Create Streamables by @aliabid94 in PR 1279
- ensure table works on mobile by @pngwn in PR 1277
- changes by @aliabid94 in PR 1287
- demo alignment on landing page by @aliabd in PR 1288
- New meta img by @aliabd in PR 1289
- updated PyPi version to 3.0 by @abidlabs in PR 1290
- Fix site by @aliabid94 in PR 1291
- Mobile responsive guides by @aliabd in PR 1293
- Update readme by @abidlabs in PR 1292
- gif by @abidlabs in PR 1296
- Allow decoding headerless b64 string @1lint in PR 4031
Contributors Shoutout:
- @JefferyChiang made their first contribution in PR 1004
- @NimaBoscarino made their first contribution in PR 1000
- @ronvoluted made their first contribution in PR 1050
- @radames made their first contribution in PR 1074
- @freddyaboulton made their first contribution in PR 1085
- @liteli1987gmail & @chenglu made their first contribution in PR 4767