gradio/demo
Dawood Khan bb504b4949
Gradio components in gr.Chatbot() (#8131)
* chatbot components

* demoi

* add changeset

* preprocess fix

* add changeset

* Make guide for tailwind more verbose (#8152)

* Lite wheel optimization (#7855)

* Add `pull_request.branches.main` as a trigger of the `publish` workflow

* [WIP] Comment out the publish steps

* Package and upload the NPM package for debug

* Skip the copy_frontend.py hook in the Lite build

* add changeset

* [WIP] Show gradio files

* [WIP] Show gradio files

* Comment out installing the gradio and gradio_client libraries

* Restore installing gradio_client because it's used by `python js/_website/generate_jsons/generate.py` that follows

* Restore installing gradio because it's used by `python js/_website/generate_jsons/generate.py` that follows

* Add code

* Revert "[WIP] Show gradio files"

This reverts commit e15fef29bd14671576e64d94d3b844786ebe7e83.

* Build the gradio wheel with the custom lite target

* add changeset

* Revert "[WIP] Show gradio files"

This reverts commit aef053f9caad203c7e1bbfa15e9f9e536f77442a.

* Revert "Skip the copy_frontend.py hook in the Lite build"

This reverts commit ca296d0e4e169adbb6af3705561869aa8c9037b7.

* Update .github/actions/install-frontend-deps/action.yml for hatch installation

* [WIP] Fix test-functional.yml and .github/actions/install-all-deps/action.yml to call the setup actions in this branch

* Revert "[WIP] Fix test-functional.yml and .github/actions/install-all-deps/action.yml to call the setup actions in this branch"

This reverts commit 571823b4a05f7e41e0b3731d51c5bd86b2e17ddc.

* Comment-in lines in publish.yml

* Move Lite build from publish.yml to deploy-spaces.yml

* Use the build_lite option of install-all-deps instead of running the build command

* [TMP] Change the branch of action files

* Fix the hatch Lite build setting

* Return pnpm pack to deploy-space

* Revert "[TMP] Change the branch of action files"

This reverts commit fe4e1c8f210eb21ac7ee1bd4b219d35e1ae84c85.

* Remove dependencies for lite build

* [TMP] Change the branch of action files

* Revert "Remove dependencies for lite build"

This reverts commit 856a858c1f49d736bfeb056ba0ec7e9bc35af29c.

* Install packaging>=23.2

* [TMP] Show packaging version

* Fix pip install

* Fix

* Uninstall packaging once

* Use `pip install -U` instead of uninstalling the exiting version

* Revert "[TMP] Show packaging version"

This reverts commit 910b6bbde3dc8777c051bd5576813913d57959f7.

* Add `-U` flag

* Set packaging version as >=23.2

* Revert the changes on pip install

* Set packaging version as >=23.2 in requirements.txt

* Revert "Set packaging version as >=23.2"

This reverts commit 8aa77c8930815e69d7256886cad88b6da8361069.

* Fix hook name

* Revert "Set packaging version as >=23.2 in requirements.txt"

This reverts commit fbd605cbfb5d06706eacc0648a2e9d7816c9de1f.

* Revert "Revert the changes on pip install"

This reverts commit 81ff38a660635fce9cb17862a2072e4d169c3466.

* Add comments

* Revert "[TMP] Change the branch of action files"

This reverts commit 0d6aa48d75a842db9b3987212deffedb0c0ca51d.

* Revert the trigger of .github/workflows/deploy-spaces.yml

* Remove unused `node_auth_token` and `npm_token` inputs from the `install-all-deps` action

* [TMP] Trigger CI based on this PR

* Remove packging installation

* Revert "Remove packging installation"

This reverts commit 4a4f18de3a.

* Revert "[TMP] Trigger CI based on this PR"

This reverts commit 6cea830c8e.

---------

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

* Add ETag to `/custom_component` route to control browser caching (#8170)

* Add code

* add changeset

* add changeset

---------

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

* Implement JS Client tests (#8109)

* add msw setup and initialisation tests

* add changeset

* add walk_and_store_blobs improvements and add tests

* add changeset

* api_info tests

* add direct space URL link tests

* fix tests

* add view_api tests

* add post_message test

* tweak

* add spaces tests

* jwt and protocol tests

* add post_data tests

* test tweaks

---------

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

* Remove hatch installation in js/app/package.json which is no longer needed (#8174)

* Remove hatch installation in js/app/package.json which is no longer needed

* add changeset

---------

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

* Update test-functional.yml - Fix vulnerability code injection (#8145)

* Update test-functional.yml

* Update test-functional.yml

* tweaks

---------

Co-authored-by: pngwn <hello@pngwn.io>

* rework upload to be a class method + pass client into each component (#8179)

* rework upload to be a class method + pass client into each component

* add changeset

* Update client/js/src/utils/upload_files.ts

* fix storybook

* review comments

* Apply suggestions from code review

Co-authored-by: Hannah <hannahblair@users.noreply.github.com>

* format

* ts fix

---------

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

* chore(deps): update pnpm to v9 (#8123)

* chore(deps): update pnpm to v9

* update workflow

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pngwn <hello@pngwn.io>

* Use workspace version for code in _website (#8189)

* workspace

* add changeset

* remove circular import from preview

* add changeset

---------

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

* Pass Error status in /dev/reload stream (#8106)

* get error message

* Support multiple clients

* add changeset

* add changeset

* add changeset

* Display in UI

* console.error the python traceback

* lint

---------

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

* Convert sse calls in client from async to sync (#8182)

* convert sse calls in client from async to sync

* add changeset

* more sync

* lint

* more sync

* fix threadpool

* fix timeouts

* reuse executor

* lint

---------

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

* run python reload only if python file changed (#8194)

* run python reload only if python file changed

* add changeset

---------

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

* fix: handling SIGINT correctly in reload.py, single entrance of block_thread in blocks.py (#8158)

* fix: handling SIGINT, single block_thread and fix popen

* Use pass

---------

Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>

* Add eventsource polyfill for Node.js and browser environments (#8118)

* add msw setup and initialisation tests

* add changeset

* add eventsource polyfill for node and browser envs

* add changeset

* add changeset

* config tweak

* types

* update eventsource usage

* add changeset

* add walk_and_store_blobs improvements and add tests

* add changeset

* api_info tests

* add direct space URL link tests

* fix tests

* add view_api tests

* add post_message test

* tweak

* add spaces tests

* jwt and protocol tests

* add post_data tests

* test tweaks

* dynamically import eventsource

* revet eventsource imports

* add node test

* lockfile

* add client test in root pkg file

* lcokfile

* remove eventsource from js/app

* add changeset

* remove ts ignore

* move eventsource polyfill to eventsource factory

* add changeset

* tweak

---------

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

* Ensure connectivity to private HF spaces with SSE protocol (#8181)

* add msw setup and initialisation tests

* add changeset

* add eventsource polyfill for node and browser envs

* add changeset

* add changeset

* config tweak

* types

* update eventsource usage

* add changeset

* add walk_and_store_blobs improvements and add tests

* add changeset

* api_info tests

* add direct space URL link tests

* fix tests

* add view_api tests

* add post_message test

* tweak

* add spaces tests

* jwt and protocol tests

* add post_data tests

* test tweaks

* dynamically import eventsource

* revet eventsource imports

* add jwt param to sse requests

* add stream test

* add changeset

* add changeset

---------

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

* Support custom components in gr.load (#8200)

* Add code

* add changeset

* Update fuzzy-mirrors-scream.md

* Update fuzzy-mirrors-scream.md

* Fix tests

* Update .changeset/fuzzy-mirrors-scream.md

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

* Fix code

---------

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

* Refactor analytics to not use api.gradio.app (#8180)

* Analytics refactor

* add changeset

* add changeset

* Fix wasm?

* Fix python tests'

* Revert changes chrome

* use util function

---------

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

* Specify the fastapi version on Lite to avoid ujson installation which is not available on Pyodide yet (#8204)

* Specify the fastapi version on Lite to avoid ujson installation which is not available on Pyodide yet

* add changeset

* Refactoring

---------

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

* Set the show_api flag on Lite (#8205)

* Set the show_api flag on Lite

* add changeset

* add changeset

---------

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

* Extend Interface.from_pipeline() to support Transformers.js.py pipelines on Lite (#8052)

* Extend Interface.from_pipeline() to support Transformers.js.py pipelines on Lite (wip: only object-detection in this commit)

* add changeset

* Add image-classification and image-segmentation

* Add zero-shot-image-classification and zero-shot-object-detection

* Add document-question-answering

* Add feature-extraction and fill-mask

* Add question-answering and summarization

* Fix an error message

* Add text2text-generation, text-classification, and text-generation

* Add translation andtranslation_xx_to_yy

* Add zero-shot-classification

* Add postprocess_takes_inputs to control the args passed to the postprocess function of each pipeline

* Add topk option to image-classification

* format_backend

* Add audio-classification, automatic-speech-recognition, and zero-shot-audio-classification

* Add image-to-text

* Add token-classification (with JSON component as an output. Is it correct?)

* Ignore import type failure of transformers_js_py

* Add image-feature-extraction

* Add image-to-image

* Add text-to-audio

* Add depth-estimation

* Remove `render=False`

* Reorder the if-blocks following the Transformers.js doc

* Update gradio/pipelines_utils.py

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

* Update gradio/pipelines_utils.py

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

* Fix feature-extraction demo

* Fix demo title

* Add guides/08_gradio-clients-and-lite/gradio-lite-and-transformers-js.md without contents

* Rename guides/08_gradio-clients-and-lite/*.md to fix the order

* Use pipeline.model.config._name_or_path for the demo title instead of pipeline.model.config.model_type

* Fix normal Interface.from_pipeline to use pipeline.model.config.name_or_path as the demo title

* Write an article about Gradio-Lite and Transformers.js

* Update the doc

* tweaks

* add changeset

---------

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

* merge

* allow the canvas size to be set on the `ImageEditor` (#8127)

* add canvas size kwarg to imageeditor

* add changeset

* fix tests

* fix cropsize

* changes

* notebooks

* update docstrings

* fix type

* fix undefined dimensions

* Update image_editor.py

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

* fix type

* format

---------

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

* Rename `eventSource_Factory` and `fetch_implementation` (#8209)

* rename eventSource_factory -> stream_factory + rename event_source -> steam

* rename fetch_implementation -> fetch

* rename fetch to _fetch due to global.fetch conflict

* add changeset

* format

* format

* format

* format

* fix

---------

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

* remove redundant event source logic (#8211)

* remove redundant event source logic

* add changeset

---------

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

* Only connect to heartbeat if needed (#8169)

* Add connect_heartbeat field

* fix types

* add changeset

---------

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

* chore: update versions (#8172)

* fixes

* type fixes

* type fixes

* notebook fix

* type ignore

* data object model

* remove component in tuple

* more fixes

* extend components

* remove test var

* extend to all components backend

* remove loading data models

* conflict fix

* test and type fixes

* playwright test

* PR fixes

* final changes

* Add pltly for 2e2 test

* pass loader to Gradio helper class

* fix things

* add changeset

* checks

* more fixy

* more fixy

* more fixy

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Simon Duerr <dev@simonduerr.eu>
Co-authored-by: Yuichiro Tachibana (Tsuchiya) <t.yic.yt@gmail.com>
Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>
Co-authored-by: Hannah <hannahblair@users.noreply.github.com>
Co-authored-by: Lê Ngọc Hoa <114990730+h2oa@users.noreply.github.com>
Co-authored-by: pngwn <hello@pngwn.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ali Abdalla <ali.si3luwa@gmail.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
Co-authored-by: James Zhou <61927718+jameszhou02@users.noreply.github.com>
Co-authored-by: Tiger3018 <tiger3018of02@gmail.com>
2024-06-14 14:43:35 +00:00
..
all_demos Render each app in the PR's spaces preview in a separate page (#6657) 2023-12-06 10:53:16 -05:00
altair_plot Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
animeganv2 Fix various issues with demos on website (#6268) 2023-11-02 17:35:07 -07:00
annotatedimage_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
asr Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
audio_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
audio_component_events Fix audio recording events not dispatching (#7158) 2024-01-26 18:13:27 +01:00
audio_debugger batch UI updates on a per frame basis (#7564) 2024-03-13 13:46:40 +00:00
audio_mixer state.change listener with deep hash check (#8446) 2024-06-04 14:19:30 -07:00
autocomplete chore: rename api_key to hf_token (#6437) 2023-11-15 11:31:26 -08:00
automatic-speech-recognition chore: rename api_key to hf_token (#6437) 2023-11-15 11:31:26 -08:00
bar_plot Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
barplot_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_chained_events Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_component_shortcut Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_essay Fix updating choices in gr.Dropdown and updates related to other components (#6309) 2023-11-07 04:16:29 -08:00
blocks_essay_simple Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_flag Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_flashcards Add logic to handle non-interactive or hidden tabs (#7107) 2024-01-22 23:31:59 -08:00
blocks_flipper ensure kwargs are always in sync across the whole application (#7963) 2024-04-08 18:12:14 +01:00
blocks_form Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_gpt Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_group Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_hello Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_inputs Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_joined Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_js_load Custom JS Guide (#6839) 2023-12-20 21:16:21 -05:00
blocks_js_methods JS Param (#6137) 2023-10-31 10:11:17 -04:00
blocks_kinematics Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_kitchen_sink JS Param (#6137) 2023-10-31 10:11:17 -04:00
blocks_layout Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_multiple_event_triggers Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_neural_instrument_coding Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_outputs Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
blocks_page_load Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_plug Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_random_slider Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_scroll Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_simple_squares Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_speech_text_sentiment Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_static Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_style Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
blocks_textbox_max_lines Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_update Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
blocks_webcam Fix various issues with demos on website (#6268) 2023-11-02 17:35:07 -07:00
blocks_xray Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
bokeh_plot Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
button_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
calculator Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
calculator_blocks ensure maps are correctly shallow cloned when updating state (#8028) 2024-04-15 17:26:15 -04:00
calculator_blocks_cached Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
calculator_list_and_dict Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
calculator_live Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
cancel_events Change client submit API to be an AsyncIterable and support more platforms (#8451) 2024-06-06 13:16:14 +01:00
change_vs_input Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
chatbot_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
chatbot_consecutive Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
chatbot_core_components Gradio components in gr.Chatbot() (#8131) 2024-06-14 14:43:35 +00:00
chatbot_dialogpt Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
chatbot_multimodal Gradio components in gr.Chatbot() (#8131) 2024-06-14 14:43:35 +00:00
chatbot_simple Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
chatbot_streaming Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
chatinterface_multimodal Client fixes (#8272) 2024-05-13 15:35:07 +01:00
chatinterface_random_response Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
chatinterface_streaming_echo remove static while pending behaviour (#7410) 2024-02-14 16:15:16 +00:00
chatinterface_system_prompt Client fixes (#8272) 2024-05-13 15:35:07 +01:00
checkbox_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
checkboxgroup_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
chicago-bikeshare-dashboard Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
clear_components Allow gr.ClearButton and gr.DuplicateButton to be made hidden (and otherwise updated) (#6932) 2024-01-03 11:29:16 -08:00
clearbutton_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
clustering Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
code Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
code_component Fix gr.CheckboxGroup change event (#7915) 2024-04-03 07:19:58 -07:00
color_generator Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
color_picker Convert Docs Demos to Lite (#7661) 2024-03-22 17:32:23 -07:00
colorpicker_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
concurrency_with_queue Queue concurrency count (#6172) 2023-10-31 02:41:19 -07:00
concurrency_without_queue Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
count_generator Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
custom_css Allow applying @media, @keyframes and @import in custom CSS (#7395) 2024-02-13 00:39:30 +01:00
custom_path Start queue when gradio is a sub application (#2319) 2022-09-23 16:01:44 -04:00
dashboard Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
dataframe_block-ui-test Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
dataframe_colorful Change client submit API to be an AsyncIterable and support more platforms (#8451) 2024-06-06 13:16:14 +01:00
dataframe_component ensure gr.Dataframe updates as expected (#6290) 2023-11-03 22:33:19 +00:00
dataframe_datatype Upgrade from numpy's Legacy Random Generator to Random Generator (#7397) 2024-02-12 10:20:46 -08:00
dataframe_tab ensure Dataframes in background tabs are visible when the tab is selected (#7354) 2024-02-09 18:23:05 +00:00
dataset Remove gr.TimeSeries() from demo/dataset/run.py (#6521) 2023-11-21 12:03:01 -05:00
dataset_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
depth_estimation Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
diff_texts Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
diffusers_with_batching Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
digit_classifier Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
downloadbutton_component Adds a gr.DownloadButton component (#7518) 2024-02-28 12:07:36 -08:00
dropdown_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
dropdown_key_up Add .key_up event listener to gr.Dropdown() (#7404) 2024-02-13 17:14:07 -08:00
duplicatebutton_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
Echocardiogram-Segmentation Fix various issues with demos on website (#6268) 2023-11-02 17:35:07 -07:00
english_translator Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
event_trigger Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
examples_component Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
fake_diffusion Upgrade from numpy's Legacy Random Generator to Random Generator (#7397) 2024-02-12 10:20:46 -08:00
fake_diffusion_with_gif Fix the root_url logic for streaming files (#7614) 2024-03-05 15:21:45 -08:00
fake_gan Adds a gr.DownloadButton component (#7518) 2024-02-28 12:07:36 -08:00
fake_gan_2 Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
fake_gan_no_input Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
file_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
file_component_events add delete event to File component (#8417) 2024-06-05 12:14:10 +00:00
file_explorer Improve File Explorer performance (#7337) 2024-02-13 16:51:47 -06:00
file_explorer_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
file_explorer_component_events Dispatch change event for file explorer (#7441) 2024-02-16 12:03:10 -06:00
filter_records Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
fraud_detector Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
gallery_component Fix various issues with demos on website (#6268) 2023-11-02 17:35:07 -07:00
gallery_component_events Use Gallery as input component (#7148) 2024-01-25 18:51:59 -05:00
gallery_selections handle selected_index prop change for gallery 2023-11-03 16:08:12 +00:00
generate_english_german Fix various issues with demos on website (#6268) 2023-11-02 17:35:07 -07:00
generate_tone Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
gif_maker Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
gpt2_xl Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
gpt2_xl_unified Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
gradio_pdf_demo Fix example loading for custom components (#7981) 2024-04-10 17:52:41 -04:00
hangman Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
hello_blocks batch UI updates on a per frame basis (#7564) 2024-03-13 13:46:40 +00:00
hello_blocks_decorator Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
hello_login Add auth to demo (#8305) 2024-05-16 13:08:21 -04:00
hello_world Rewriting parts of the README and getting started guides for 4.0 (#6767) 2023-12-20 11:07:48 -08:00
hello_world_2 Add step parameter to slider (#7399) 2024-02-12 10:06:46 -08:00
hello_world_3 Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
hello_world_4 Add step parameter to slider (#7399) 2024-02-12 10:06:46 -08:00
highlightedtext_component Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
html_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
image_classification Fix various issues with demos on website (#6268) 2023-11-02 17:35:07 -07:00
image_classifier Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
image_classifier_2 Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
image_classifier_interface_load Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
image_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
image_component_events Fix .select for gr.Image, gr.CheckboxGroup (#6942) 2024-01-04 07:57:18 -08:00
image_editor ensure ImageEditor events work as expected (#7845) 2024-04-15 20:16:07 +00:00
image_editor_events ensure the ImageEditor works correctly with layers and change events (#8059) 2024-04-18 15:55:00 +00:00
image_editor_layers ensure the ImageEditor works correctly with layers and change events (#8059) 2024-04-18 15:55:00 +00:00
image_mod Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
image_mod_default_image Add max_file_size parameter to launch() that limits the size of files that can be uploaded in the Gradio app (#7909) 2024-04-19 15:38:53 -04:00
image_remote_url Patch async_save_url_to_cache for Lite (#8026) 2024-04-17 03:54:34 +09:00
image_segmentation Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
image_selections Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
image-simple Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
imageeditor_component add imageeditor component demo (#7067) 2024-01-19 00:13:10 +04:00
input_output Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
interface_random_slider Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
interface_state Miscellaneous doc fixes (#7131) 2024-01-24 11:52:23 -08:00
interface_with_additional_inputs Add additional_inputs, additional_inputs_accordion parameters to gr.Interface (#6945) 2024-01-10 11:44:00 -08:00
json_component Use orjson to serialize dict including np.array (#8041) 2024-04-25 16:13:01 +09:00
kitchen_sink Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
kitchen_sink_random Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
label_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
latex Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
leaderboard Fix various issues with demos on website (#6268) 2023-11-02 17:35:07 -07:00
line_plot Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
lineplot_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
live_dashboard Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
live_with_vars Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
load_space Add show_api parameter to events, and fix gr.load(). Also makes some minor improvements to the "view API" page when running on Spaces (#6846) 2023-12-22 11:59:02 -08:00
loginbutton_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
logoutbutton_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
longest_word Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
main_note Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
map_airbnb Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
markdown_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
markdown_example Add an option to enable header links for markdown (#6831) 2023-12-18 20:06:20 +00:00
matrix_transpose Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
mini_leaderboard Fix gr.CheckboxGroup change event (#7915) 2024-04-03 07:19:58 -07:00
model3D Model3D Gaussian Splatting (#7406) 2024-02-14 19:10:52 +00:00
model3d_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
model3d_component_events Fix Model3D download button and other issues (#6414) 2023-11-13 17:13:20 -08:00
multimodaltextbox_component Multimodal Textbox (Chat Input Component) (#7420) 2024-03-19 13:16:05 -07:00
musical_instrument_identification Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
native_plots Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
neon-tts-plugin-coqui Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
ner_pipeline Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
no_input Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
number_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
on_listener_basic Fix event target (#6383) 2023-11-13 15:14:55 -08:00
on_listener_decorator Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
on_listener_live Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
on_listener_test Fix event target (#6383) 2023-11-13 15:14:55 -08:00
outbreak_forecast Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
paramviewer_component Document the gr.ParamViewer component, and fix component preprocessing/postprocessing docstrings (#7116) 2024-01-31 09:36:21 -08:00
plot_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
progress Queue concurrency count (#6172) 2023-10-31 02:41:19 -07:00
progress_component Queue concurrency count (#6172) 2023-10-31 02:41:19 -07:00
progress_simple Queue concurrency count (#6172) 2023-10-31 02:41:19 -07:00
question-answering Fix various issues with demos on website (#6268) 2023-11-02 17:35:07 -07:00
queue_full_e2e_test E2E test that Queue Full does not break the client. Also that backend exceptions don't break the client or queue. (#6812) 2023-12-18 15:13:44 -05:00
radio_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
rapid_generation Fixes streaming event race condition (#7926) 2024-04-04 12:39:44 -07:00
render_merge Render decorator documentation (#8409) 2024-05-29 14:13:51 -07:00
render_merge_simple Render decorator documentation (#8409) 2024-05-29 14:13:51 -07:00
render_split Render decorator 2 (#8110) 2024-05-06 08:36:07 -07:00
render_split_simple Render decorator documentation (#8409) 2024-05-29 14:13:51 -07:00
request_ip_headers Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
reverse_audio Convert Docs Demos to Lite (#7661) 2024-03-22 17:32:23 -07:00
reverse_audio_2 Playground v1 (#5386) 2023-10-19 10:56:10 -07:00
reversible_flow Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
rows_and_columns Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
sales_projections Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
same-person-or-different Fix various issues with demos on website (#6268) 2023-11-02 17:35:07 -07:00
save_file_no_output Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
scatter_plot Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
scatterplot_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
score_tracker Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
sentence_builder Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
sentiment_analysis Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
sepia_filter Fix various issues with demos on website (#6268) 2023-11-02 17:35:07 -07:00
sine_curve Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
slider_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
slider_release Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
sort_records Convert Docs Demos to Lite (#7661) 2024-03-22 17:32:23 -07:00
sound_alert JS Param (#6137) 2023-10-31 10:11:17 -04:00
spectogram Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
stable-diffusion Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
state_change Change client submit API to be an AsyncIterable and support more platforms (#8451) 2024-06-06 13:16:14 +01:00
state_cleanup Delete user state when they close the tab. Add an unload event for the demo and a delete_callback on gr.State to let developers control how resources are cleaned up (#7829) 2024-04-01 18:31:56 -04:00
state_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
stock_forecast Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
stream_asr Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
stream_audio Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
stream_audio_out Fix audio streaming out (#7881) 2024-04-01 02:25:16 -07:00
stream_frames Fix various issues with demos on website (#6268) 2023-11-02 17:35:07 -07:00
streaming_wav2vec Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
stt_or_tts Hotfix for: stt_or_tts demo (#7332) 2024-02-06 22:34:02 +00:00
sub_block_render add test + demo (#8524) 2024-06-10 21:33:28 +01:00
tabbed_interface_lite Playground v1 (#5386) 2023-10-19 10:56:10 -07:00
tabs Fix programmatic tab selection (#7916) 2024-04-08 11:34:25 -07:00
tax_calculator Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
test_chatinterface_streaming_echo remove static while pending behaviour (#7410) 2024-02-14 16:15:16 +00:00
text_analysis Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
text_generation Fix various issues with demos on website (#6268) 2023-11-02 17:35:07 -07:00
textbox_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
theme_builder JS functions break entire app if there's no input, fixed (#7865) 2024-03-28 14:54:46 -07:00
theme_extended_step_1 Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
theme_extended_step_2 Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
theme_extended_step_3 Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
theme_extended_step_4 Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
theme_new_step_1 Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
theme_new_step_2 Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
theme_new_step_3 Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
theme_soft Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
tictactoe Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
timeseries-forecasting-with-prophet Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
titanic_survival Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
todo_list state.change listener with deep hash check (#8446) 2024-06-04 14:19:30 -07:00
translation Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
unified_demo_text_generation Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
unispeech-speaker-verification Fix various issues with demos on website (#6268) 2023-11-02 17:35:07 -07:00
unload_event_test Delete user state when they close the tab. Add an unload event for the demo and a delete_callback on gr.State to let developers control how resources are cleaned up (#7829) 2024-04-01 18:31:56 -04:00
upload_and_download Adds a gr.DownloadButton component (#7518) 2024-02-28 12:07:36 -08:00
upload_button Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
upload_button_component_events UploadButton tests (#6461) 2023-11-16 16:10:12 -08:00
upload_file_limit_test Add max_file_size parameter to launch() that limits the size of files that can be uploaded in the Gradio app (#7909) 2024-04-19 15:38:53 -04:00
uploadbutton_component Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
variable_outputs Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
video_component Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
video_component_events Video/Audio fixes (#6234) 2023-11-02 16:25:09 -04:00
video_identity Playground v1 (#5386) 2023-10-19 10:56:10 -07:00
video_identity_2 Playground v1 (#5386) 2023-10-19 10:56:10 -07:00
video_subtitle Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
waveform Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
webcam Fix various issues with demos on website (#6268) 2023-11-02 17:35:07 -07:00
white_noise_vid_not_playable Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
xgboost-income-prediction-with-explainability Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
zip_files Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
zip_to_json Fixed visibility issue for all notebooks on GitHub (#5917) 2023-10-15 18:16:57 -07:00
__init__.py Deploy All Demos to Spaces on PRs (#2012) 2022-08-16 12:07:20 -04:00
model3D_demo.zip File Cached Examples Fix (#1334) 2022-06-01 12:23:12 -04:00
random_demos.py Running, testing, and fixing demos (#1060) 2022-04-21 18:33:23 -07:00