7615 Commits

Author SHA1 Message Date
Gradio PR Bot
9c6c55ba2d
chore: update versions (#10931)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@gradio/accordion@0.5.11 @gradio/annotatedimage@0.9.14 @gradio/atoms@0.15.0 @gradio/audio@0.17.8 @gradio/box@0.2.15 @gradio/button@0.4.13 @gradio/chatbot@0.25.3 @gradio/checkbox@0.4.17 @gradio/checkboxgroup@0.6.17 @gradio/code@0.13.2 @gradio/colorpicker@0.4.17 @gradio/dataframe@0.17.5 @gradio/dataset@0.4.13 @gradio/datetime@0.3.9 @gradio/downloadbutton@0.3.13 @gradio/dropdown@0.9.17 @gradio/fallback@0.4.17 @gradio/file@0.12.13 @gradio/fileexplorer@0.5.24 @gradio/form@0.2.15 @gradio/gallery@0.15.13 @gradio/highlightedtext@0.9.0 @gradio/html@0.6.8 @gradio/icons@0.11.0 @gradio/image@0.22.0 @gradio/imageeditor@0.13.0 @gradio/json@0.5.17 @gradio/label@0.5.9 @gradio/lite@5.24.0 @gradio/markdown@0.13.7 @gradio/model3d@0.14.8 @gradio/multimodaltextbox@0.10.0 @gradio/nativeplot@0.5.11 @gradio/number@0.5.17 @gradio/paramviewer@0.7.5 @gradio/plot@0.9.12 @gradio/radio@0.7.0 @gradio/sidebar@0.1.9 @gradio/simpledropdown@0.3.17 @gradio/simpleimage@0.8.24 @gradio/simpletextbox@0.3.17 @gradio/sketchbox@0.6.4 @gradio/slider@0.6.5 @gradio/statustracker@0.10.7 @gradio/textbox@0.10.7 @gradio/upload@0.16.0 @gradio/uploadbutton@0.8.13 @gradio/video@0.14.8 @self/app@1.49.0 @self/component-test@0.5.14 @self/tootils@0.7.18 gradio@5.24.0 website@0.54.0
2025-04-08 14:31:44 -07:00
pngwn
2f68c9d988
Refactor and redesign ImageEditor component (#10635)
* thanks o3

* add changeset

* more

* make events work

* moreeeeeee

* prettier

* nb

* add changeset

* Update utils.py (#10773)

### Description

This pull request updates the `get_node_path` function in the `gradio/utils.py` file to handle scenarios where the `which` command is missing. The function has been improved by splitting the error handling into two separate `try` blocks for better granularity and robustness.

### Changes Made

- Split the `try` block into two separate `try` blocks for handling Windows and Unix-like systems.
- Added error handling for `FileNotFoundError` in addition to `subprocess.CalledProcessError`.

### Rationale

The original implementation did not properly handle the case when the `which` command is missing. This update ensures the function gracefully handles such scenarios and continues to check other possible locations for the `node` executable.

* fix: latex rendering of markdown (#10765)

* fix: latex rendering of markdown

* add changeset

---------

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

* more

* Tweak Image Editor UI (#10779)

* tweak layers ui

* upload alignment and text colour

* change check icon

* zoom tweaks

* tweak layers panel

* changes

* more

* fix image inputs

* more fix

* fix

* fix loading layer via events

* fix loading layer via events

* allow developers to control layers more granularly

* disable pan button when at min zoom

* Update image_editor.py

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>

* show visual indicator for outpainting region

* ensure initial image values work

* fix cropped image placement

* fix crop intiialisation options

* demos and fix brush opacity options

* fix layer_options updates and add demo

* more

* fix webcam

* fix

* fix

* improve color swatches

* fix canvas resizing

* simplify crop

* fix crop yet again

* rework controls

* scripts

* tweaks

* tweaks

* fix things

* Add two more demos for `gr.ImageEditor` (#10946)

* changes

* sketchpad

* changes

* various fixed

* generate notebooks

* update changes

* lockfile

* format code

* notebooks

* tweaks

* fix test

* fix notebooks

* changes

* fix storybook

* changes

* interface

* remove redo/undo story

* fix pytest

* changes

* push

* fiiiiiix

* tweaks

* fix

* fix thingy

* tweaks

* changeset

* add changeset

* fix

* fix

* website build issue

* add changeset

* add layeroptions to docs

* formatting

* fix

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Hannah <hannahblair@users.noreply.github.com>
Co-authored-by: Pablo Speciale <pablospe@users.noreply.github.com>
Co-authored-by: Col0ring <47329987+Col0ring@users.noreply.github.com>
Co-authored-by: Dawood Khan <dawoodkhan82@gmail.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
Co-authored-by: aliabd <ali.si3luwa@gmail.com>
2025-04-08 22:02:04 +01:00
Abubakar Abid
c85186254c
Unrender user-provided textbox in gr.ChatInterface so that it is rendered in the right place as part of a gr.Blocks app (#10962)
* textbox under

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-04-08 09:40:29 -07:00
Hannah
d654e60ff6
Map search-filtered row indices to original data indices in gr.Dataframe (#10955)
* map search-filtered row indices to original data indices in SelectData events

* add changeset

* add test

* fix test

* fix test

* nb

* fix test

* display selected cell borders in  search results

* fix test

* more robust focus

* nb

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2025-04-08 08:58:58 -07:00
Rafael Ferreira
ede74283d7
Fix gr.NativePlot sorting of labels as default behaviour (#10953)
* Fix #10764: Automatic sorting of labels in plots

Originally, the bug appeared to be isolated to
gr.BarPlot, but it turns out that it affects all
gr.NativePlot components, including BarPlot,
LinePlot, and ScatterPlot.

Although the data does not seem sorted in the
program's flow, it gets sorted when the Svelte
file is rendered. This issue occurs because the
reformat_sort function in index.svelte of
NativePlot returns undefined when sort is not
specified, which, during compilation, is treated
as void 0. This implicitly triggers default
sorting. To resolve this, I changed undefined to
null, ensuring that the compiled code handles it
as null, resulting in unsorted data being
displayed in the browser.

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-04-07 18:22:25 -07:00
Yuvraj Sharma
a8dc9f469b
update website banner with 1m MAU announcement (#10952)
* update website banner qith 1m MAU announcement

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-04-07 11:07:17 -07:00
Hannah
36da6d0d54
Fix value synchronisation issue in gr.Dataframe (#10918) 2025-04-05 14:49:08 +01:00
aliabid94
83c709ab2e
Adding docker tests (#10944)
* changes

* changes

* add changeset

* changes

* changes

* changes

* delete changeset

* changes

* Update test/test_docker/test_app.py

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>

---------

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-04-04 12:52:30 -07:00
Ali Abdalla
e8b8eef7e5
Fix broken css on some param tables (#10936)
* add status docs

* fix

* add changeset

* generate and use theme.css

* add to pnpm build

* save theme.css

* formatting

* add back to gitignore

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-04-03 22:51:41 -07:00
Hannah
b7686515d9
Add rtl to Block Label (#10933)
* tweak

* add rtl to block label

* add changeset

* tweak story copy

* add changeset

* fix margin

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-04-03 12:59:35 +00:00
Abubakar Abid
5b3414a3e4
Change the location where the FRPC binary is downloaded (#10927)
* changes

* changes

* changes

* add changeset

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-04-02 17:09:41 -07:00
Abubakar Abid
f09f543af4
Reverse order of conversations in chat history and render correctly with custom chatbot (#10928)
* reverse

* add changeset

* chabot

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-04-02 14:15:21 -07:00
Freddy Boulton
6754d82a25
Relax aiofiles verison (#10935)
* Add code

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-04-02 17:09:45 -04:00
Hannah
c37de0f908
Tweak rtl UI in gr.MultimodalTextbox (#10925)
* mm textbox rtl tweak

* tweak

* tweak

* add changeset

* move label to right

* add changeset

* tweak

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-04-02 15:08:22 +00:00
Hannah
be46b94f51
Add rtl to gr.HighlightedText (#10924)
* add rtl to highlighted text

* add changeset

* fix test

* Update gradio/components/highlighted_text.py

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2025-04-02 13:57:23 +00:00
Hannah
8a62c7e90b
Add rtl to gr.Radio (#10923)
* add rtl to radio

* add changeset

* tweak param type

* tweak

* tweak

* fix test

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-04-02 12:35:50 +01:00
Gradio PR Bot
097838c7ae
chore: update versions (#10911)
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 (#10926)
* 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 (#10922)
* 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 (#10845)
* 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 (#10921)
* 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 (#10913)
* 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 (#10890)
* 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 (#10847)
* 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 (#10907)
* 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 (#10901)
* Fix #10268: 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 (#10898)
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 (#10908)
* 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 (#10900)
* 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 (#10891)
* 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 (#10882)
* 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 (#10902)
* Fix #9967: 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 #10318: Image component omit comma on the file name. (#10899)
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 (#10892)
* 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() (#10897)
* 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 (#10876)
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 (#10879)
* 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() (#10877)
* 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 (#10873)
* 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 (#10872)
* 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 (#10871)
* 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 (#10848)
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) (#10854)
* 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 (#10870)
* 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 (#10860)
* 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 (#10858)
* 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 (#10862)
* 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 (#10812)
* 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 (#10859)
* 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 (#10834)
* 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 (#10820)

* 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 (#10814)

* 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 (#10829)

* 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 (#10833)

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

* 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 (#10824)

* 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 (#10811)

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