2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-04-18 12:50:30 +08:00
Commit Graph

7599 Commits

Author SHA1 Message Date
Gradio PR Bot
097838c7ae
chore: update versions ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@gradio/annotatedimage@0.9.13 @gradio/audio@0.17.7 @gradio/button@0.4.12 @gradio/chatbot@0.25.2 @gradio/client@1.14.1 @gradio/code@0.13.1 @gradio/core@0.13.2 @gradio/dataframe@0.17.4 @gradio/dataset@0.4.12 @gradio/downloadbutton@0.3.12 @gradio/file@0.12.12 @gradio/fileexplorer@0.5.23 @gradio/gallery@0.15.12 @gradio/image@0.21.7 @gradio/imageeditor@0.12.14 @gradio/lite@5.23.1 @gradio/model3d@0.14.7 @gradio/multimodaltextbox@0.9.14 @gradio/simpleimage@0.8.23 @gradio/upload@0.15.7 @gradio/uploadbutton@0.8.12 @gradio/video@0.14.7 @gradio/wasm@0.18.1 @self/app@1.48.1 @self/component-test@0.5.13 gradio@5.23.3 website@0.53.2
2025-04-01 14:25:15 -07:00
Ali Abdalla
d81385bdb9
Add status docs to MetadataDict ()
* add status docs

* add changeset

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-04-01 13:55:19 -07:00
Abubakar Abid
afe0b139fa
Fix regression around chatbot thoughts not being collapsible ()
* changes

* add changeset

* add changeset

* changes

* changes

* changes

* format

* update docs

* docs

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-04-01 13:10:43 -07:00
Yuichiro Tachibana (Tsuchiya)
2521e8a1c7
Check if SharedWorker is available in the current runtime and fallback to DedicatedWorker if not available ()
* Check if SharedWorker is available in the current runtime, e.g. Chrome for Androind, and fallback to DedicatedWorker if not available

* add changeset

* add changeset

* trigger website build

* add changeset

* formatting

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Ali Abdalla <ali.si3luwa@gmail.com>
2025-04-01 12:56:38 -07:00
Abubakar Abid
c8d6ddd344
Refactor get_request_url ()
* refactor

* add changeset

* add changeset

* headers

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-04-01 19:56:24 +00:00
Freddy Boulton
2322700812
Update i18n files ()
* update

* add changeset

* proofread

* add changeset

* format

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-04-01 11:53:33 -07:00
Zero King
01b88c7fde
Improve API error handling in JS Client ()
* Improve API error handling in JS Client

* add changeset

* Skip broken test

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Hannah <hannahblair@users.noreply.github.com>
2025-04-01 13:01:03 +00:00
Cedric Guillemet
d5fde7c390
Babylon update for model3D ()
* Babylon update for model3D

* code format

* add changeset

* PR feedback

* added pnpm lock

* add changeset

* code format

* format

* type fix

* type

* restore zoom/pan

* zoom_speed and pan_speed are back

* reset_camera_position parameters

* pre-merge

* code format

* update pnpm lockfile

* add changeset

* ssr fix

* type fix

---------

Co-authored-by: Dawood Khan <dawoodkhan82@gmail.com>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2025-04-01 01:35:06 -04:00
aliabid94
727401a0cc
Add root mount test ()
* changes

* add changeset

* format

* Update routes.py

* changes

* changes

* changes

* changes

* changes

* changes

* changes

---------

Co-authored-by: Ali Abid <aliabid94@gmail.com>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2025-03-31 16:02:16 -07:00
Tiago Santos
64a6ead05c
Fix EventData scaling when gr.Image is in fullscreen mode ()
* Fix : EventData scaling more than Image in fullscreen mode

Previously, when an image smaller than the screen size was displayed
in gr.Image and the fullscreen button was pressed, the image remained
at its original size. However, the surrounding div container scaled
as if the image had expanded to fullscreen. This caused the EventData
to detect clicks outside the image but within the expanded container.

To fix this, the image container styles were removed, ensuring that
the container always matches the image size, whether scaled or not.
This guarantees that EventData accurately detects clicks within the
correct boundaries.

This fix was applied to both ImageUploader and ImagePreview to ensure
consistent behavior across the gr.Image component.

* add changeset

---------

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Hannah <hannahblair@users.noreply.github.com>
2025-03-31 22:44:22 +01:00
Gradio PR Bot
0e6ae52f3d
chore: update versions ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@gradio/dataframe@0.17.3 @gradio/dropdown@0.9.16 @gradio/multimodaltextbox@0.9.13 gradio@5.23.2
2025-03-31 14:06:58 -04:00
Abubakar Abid
09a8d0c87b
Pin pydantic version ()
* change

* changes

* in

* changes

* add changeset

* changes

* add changeset

* changes

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-31 17:18:45 +00:00
Hannah
a018a46a7f
Fix wrap behaviour in dataframe ()
* fix wrap

* add changeset

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-31 17:52:42 +01:00
Zero King
17fed951a9
Fix empty array check in arrow key handling in gr.Dropdown ()
* Fix empty array check in arrow key handling

* add changeset

* fix changeset

* add changeset

---------

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-31 16:38:09 +00:00
aliabid94
cd7f486c61
Fix root on gradio mounted apps ()
* changes

* add changeset

* format

* Update routes.py

---------

Co-authored-by: Ali Abid <aliabid94@gmail.com>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-31 12:17:35 -04:00
Lara Faria
b9b8d08bd2
Fix disabling buttons in MultimodalTextbox when interactive=False ()
* Fix : interactive=False not disabling buttons

In the MultimodalTextbox component, when
interactive=False, the submit button remained
active allowing users to submit inputs without
being able to edit them. To fix this, I added
restrictions to disable the submit, file upload
and microphone buttons when interactive=False.

* format

* add changeset

---------

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-31 16:09:29 +00:00
João Severino
2de9f57412
Fix : Image component omit comma on the file name. ()
Comma added to valid alphanumerical characters in utils.py

Co-authored-by: João Severino <joao.leal.severino@tecnico.ulisboa.pt>
2025-03-31 12:02:24 -04:00
Brent Yi
bfb7aae299
Fix minor heartbeat memory leak ()
* Fix heartbeat memory leak

* Simplify

* add changeset

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-28 16:39:29 +00:00
Yuichiro Tachibana (Tsuchiya)
1e8cdee48a
Fix route_utils.get_api_call_path() ()
* Fix route_utils.get_api_call_path() to strip only the trailing slash

* Enhance test_get_api_call_path_queue_join

* add changeset

* Fix typo

* Fix comment

* Refactoring; use request.url's method instead of httpx's

* Fix get_api_call_path() to search the target string only in url.path because it doesn't have to match in other parts in the URL string

* Enhance test_get_api_call_path_generic_call

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-28 03:38:26 -04:00
Gradio PR Bot
b6bcd04389
chore: update versions ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
gradio@5.23.1
2025-03-25 19:31:30 -04:00
Abubakar Abid
3ba9e4febb
Fix request url ()
* fix

* add tests

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-25 18:00:12 -04:00
Abubakar Abid
b19e8ad267
Switch from root_url to request.url in get_api_call_path() ()
* changes

* add changeset

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-25 14:15:56 -04:00
Abubakar Abid
3a3d0d9388
Improve UI for lazy caching ()
* changes

* changes

* hidden

* add changeset

* add changeset

* fix tests

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-25 12:54:15 -04:00
aliabid94
84fafc45bf
Fix /monitoring endpoint ()
* changes

* add changeset

* Update routes.py

* add changeset

* changes

---------

Co-authored-by: Ali Abid <aliabid94@gmail.com>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-25 16:53:44 +00:00
Edward J. Schwartz
fc23290c05
Clarify documentation on cache_examples defaults ()
* Clarify documentation on cache_examples defaults

* change

---------

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2025-03-24 16:32:50 -04:00
Gradio PR Bot
846b60dbd5
chore: update versions ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@gradio/accordion@0.5.10 @gradio/annotatedimage@0.9.12 @gradio/atoms@0.14.1 @gradio/audio@0.17.6 @gradio/box@0.2.14 @gradio/button@0.4.11 @gradio/chatbot@0.25.1 @gradio/checkbox@0.4.16 @gradio/checkboxgroup@0.6.16 @gradio/client@1.14.0 @gradio/code@0.13.0 @gradio/colorpicker@0.4.16 @gradio/core@0.13.1 @gradio/dataframe@0.17.2 @gradio/dataset@0.4.11 @gradio/datetime@0.3.8 @gradio/downloadbutton@0.3.11 @gradio/dropdown@0.9.15 @gradio/fallback@0.4.16 @gradio/file@0.12.11 @gradio/fileexplorer@0.5.22 @gradio/form@0.2.14 @gradio/gallery@0.15.11 @gradio/highlightedtext@0.8.16 @gradio/html@0.6.7 @gradio/image@0.21.6 @gradio/imageeditor@0.12.13 @gradio/json@0.5.16 @gradio/label@0.5.8 @gradio/lite@5.23.0 @gradio/markdown-code@0.4.2 @gradio/markdown@0.13.6 @gradio/model3d@0.14.6 @gradio/multimodaltextbox@0.9.12 @gradio/nativeplot@0.5.10 @gradio/number@0.5.16 @gradio/paramviewer@0.7.4 @gradio/plot@0.9.11 @gradio/radio@0.6.16 @gradio/sidebar@0.1.8 @gradio/simpledropdown@0.3.16 @gradio/simpleimage@0.8.22 @gradio/simpletextbox@0.3.16 @gradio/sketchbox@0.6.3 @gradio/slider@0.6.4 @gradio/statustracker@0.10.6 @gradio/textbox@0.10.6 @gradio/upload@0.15.6 @gradio/uploadbutton@0.8.11 @gradio/video@0.14.6 @gradio/wasm@0.18.0 @self/app@1.48.0 @self/component-test@0.5.12 @self/spa@0.8.0 @self/tootils@0.7.17 gradio@5.23.0 website@0.53.1
2025-03-24 15:52:12 -04:00
Abubakar Abid
1649b00384
Add support for mermaid.js in Markdown component (as well as components like gr.Chatbot that use Markdown) ()
* changes

* add changeset

* changes

* format

* add changeset

* notebook

* change

* changes

* format

* story

* changes

* update

* changes

* format

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-24 19:37:20 +00:00
Abubakar Abid
f40e008555
Change gr.DeepLinkButton default variant to be secondary ()
* buttons

* add changeset

* Update interface.py

* Update deep_link_button.py

* add changeset

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-24 19:14:32 +00:00
Azhar Izzannada E
fb4c3dacd0
bug fix logout if there is root_path in launch ()
* fix logout with root_path

* add changeset

* change

* format

---------

Co-authored-by: Azhar Izzannada Elbachtiar <azhar.izzannada@mekari.com>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2025-03-24 14:13:39 -04:00
aliabid94
e30348b085
Gradio sketch: Remove HF Inference health check ()
* remove health check

* add changeset

---------

Co-authored-by: Ali Abid <aliabid94@gmail.com>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-24 11:45:42 -04:00
JackismyShephard
243942e5e4
fix typing of gr.on event listener ()
* fix typing of gr.on event listener

* add changeset

---------

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-24 11:44:27 -04:00
Yuichiro Tachibana (Tsuchiya)
6384bcc11f
Jedi-based Python code completion on gr.Code ()
* Jedi-based code completion

* Delete unused objects

* add changeset

* add changeset

* Format

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-24 19:29:26 +09:00
JackismyShephard
a1862f54a7
fix typing on load event listener ()
* fix typing on load event listener

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-23 21:50:45 +00:00
Freddy Boulton
c05610c87d
Add Deep Links ()
* WIP

* Fix

* roughdraft

* Workinig

* query params

* add changeset

* modify

* revert

* lint

* Code

* Fix

* lint

* Add code

* Fix

* Fix python unit tests

* Update `markupsafe` dependency version ()

* changes

* add changeset

* type

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>

* Adds a watermark parameter to `gr.Chatbot` that is added to copied text ()

* changes

* add changeset

* format'

* test

* copy

* changes

* doc

* format

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>

* Fix gr.load_chat ()

* changes

* add changeset

---------

Co-authored-by: Ali Abid <aliabid94@gmail.com>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>

* Fix typo in docstring of Request class in route_utils.py ()

* Fix cell menu not showing in non-editable dataframes ()

* remove editable condition

* - add test
- improve html semantics

* add changeset

* fix test

* fix test

* - fix test
- fix column widths changing on sort

* swap e2e for story

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>

* Sketch code generator ()

* changes

* changes

* add changeset

* changes

* changes

* changes

* changes

* changes

* changes

* changes

---------

Co-authored-by: Ali Abid <aliabid94@gmail.com>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>

* chore: update versions ()

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* minor fixes

* fix

* Add guide

* Minor tweaks

* Address comments

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
Co-authored-by: aliabid94 <aabid94@gmail.com>
Co-authored-by: Ali Abid <aliabid94@gmail.com>
Co-authored-by: Abdesselam Benameur <abdesselambenameur.pro@gmail.com>
Co-authored-by: Hannah <hannahblair@users.noreply.github.com>
Co-authored-by: Gradio PR Bot <121576822+gradio-pr-bot@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-21 14:15:34 -04:00
Florian Bruggisser
8ff0a5e3e9
Fix path generation for returned files for bash API ()
* added error mesasge if wrong route_path has been provided

* implemented fix for bash based data return urls

* add changeset

* removed error message in route_utils to not break gradio

* fix api docs

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2025-03-21 12:29:03 +00:00
Clara Rodrigues
3fd4e11f41
Fix : Preserve preview mode when selected_index exceeds the number of images in the gallery. ()
* Fix : Preserve Selected Index in Gallery Component
Fixed preview mode unexpected exit when selected_index is greater
than the number of images in the gallery.

* Fix : Prevent preview exit when index exceeds image count

Updated the index selection process so that the slider selects the last
image if the chosen index is out of bounds, instead of exiting preview
mode unexpectedly.
2025-03-21 11:34:03 +00:00
Philipp Schreiber
ff2cd9205b
Update 08_file-access.md ()
* Update 08_file-access.md

Added a minimal example to the documentation based on the fix described in issue [9763](https://github.com/gradio-app/gradio/issues/9763) since there seems to be no explicit example anywhere else.

* changes

---------

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2025-03-21 06:53:56 -04:00
aliabid94
a06c7e40e2
Allow for iterative coding in gradio sketch ()
* changes

* changes

* add changeset

* changes

* changes

* changes

* changes

* changes

* changes

* changes

* changes

* changes

* add changeset

* add changeset

* changes

---------

Co-authored-by: Ali Abid <aliabid94@gmail.com>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2025-03-20 12:19:09 -07:00
n00b
30a0deb8f1
Fix typo in 01_getting-started-with-the-python-client.md () 2025-03-20 14:23:06 -04:00
Gradio PR Bot
fe8c06afb5
chore: update versions ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@gradio/chatbot@0.25.0 @gradio/dataframe@0.17.1 gradio@5.22.0
2025-03-18 14:38:44 -07:00
aliabid94
4d78710bbf
Sketch code generator ()
* changes

* changes

* add changeset

* changes

* changes

* changes

* changes

* changes

* changes

* changes

---------

Co-authored-by: Ali Abid <aliabid94@gmail.com>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2025-03-18 13:16:43 -07:00
Hannah
ac075ad6aa
Fix cell menu not showing in non-editable dataframes ()
* remove editable condition

* - add test
- improve html semantics

* add changeset

* fix test

* fix test

* - fix test
- fix column widths changing on sort

* swap e2e for story

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-18 18:11:02 +00:00
Abdesselam Benameur
cf36dddc71
Fix typo in docstring of Request class in route_utils.py () 2025-03-18 08:00:45 -07:00
aliabid94
e0ab4f07ab
Fix gr.load_chat ()
* changes

* add changeset

---------

Co-authored-by: Ali Abid <aliabid94@gmail.com>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-17 15:28:09 -07:00
Abubakar Abid
b42e4612ab
Adds a watermark parameter to gr.Chatbot that is added to copied text ()
* changes

* add changeset

* format'

* test

* copy

* changes

* doc

* format

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-17 14:58:58 -07:00
Abubakar Abid
4fa8e00c31
Update markupsafe dependency version ()
* changes

* add changeset

* type

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-17 13:24:25 -07:00
Gradio PR Bot
ca2e4c86ce
chore: update versions ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
gradio_client@1.8.0
2025-03-14 17:24:42 -04:00
Stefan M.
0a51d51aa4
Fix typo in 13_client-side-functions.md () 2025-03-14 17:21:50 -04:00
Freddy Boulton
99b69df1c0
Trigger python client release ()
* empty

* modify

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-03-14 17:18:23 -04:00
Gradio PR Bot
f719264344
chore: update versions ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@gradio/accordion@0.5.9 @gradio/annotatedimage@0.9.11 @gradio/atoms@0.14.0 @gradio/audio@0.17.5 @gradio/box@0.2.13 @gradio/button@0.4.10 @gradio/chatbot@0.24.4 @gradio/checkbox@0.4.15 @gradio/checkboxgroup@0.6.15 @gradio/code@0.12.0 @gradio/colorpicker@0.4.15 @gradio/core@0.13.0 @gradio/dataframe@0.17.0 @gradio/dataset@0.4.10 @gradio/datetime@0.3.7 @gradio/downloadbutton@0.3.10 @gradio/dropdown@0.9.14 @gradio/fallback@0.4.15 @gradio/file@0.12.10 @gradio/fileexplorer@0.5.21 @gradio/form@0.2.13 @gradio/gallery@0.15.10 @gradio/highlightedtext@0.8.15 @gradio/html@0.6.6 @gradio/image@0.21.5 @gradio/imageeditor@0.12.12 @gradio/json@0.5.15 @gradio/label@0.5.7 @gradio/lite@5.21.0 @gradio/markdown-code@0.4.1 @gradio/markdown@0.13.5 @gradio/model3d@0.14.5 @gradio/multimodaltextbox@0.9.11 @gradio/nativeplot@0.5.9 @gradio/number@0.5.15 @gradio/paramviewer@0.7.3 @gradio/plot@0.9.10 @gradio/radio@0.6.15 @gradio/sidebar@0.1.7 @gradio/simpledropdown@0.3.15 @gradio/simpleimage@0.8.21 @gradio/simpletextbox@0.3.15 @gradio/sketchbox@0.6.2 @gradio/slider@0.6.3 @gradio/statustracker@0.10.5 @gradio/textbox@0.10.5 @gradio/upload@0.15.5 @gradio/uploadbutton@0.8.10 @gradio/video@0.14.5 @self/app@1.47.7 @self/component-test@0.5.11 @self/tootils@0.7.16 gradio@5.21.0 website@0.53.0
2025-03-13 15:11:33 -07:00