-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update versions #5596
Merged
Merged
chore: update versions #5596
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🪼 branch checks and previews
Install Gradio from this PR pip install https://gradio-builds.s3.amazonaws.com/5561aef6bfeddaec5dec063ddd583bd4ba255029/gradio-3.44.4-py3-none-any.whl Install Gradio Python Client from this PR pip install "gradio-client @ git+https://github.com/gradio-app/gradio@5561aef6bfeddaec5dec063ddd583bd4ba255029#subdirectory=client/python" |
pngwn
force-pushed
the
changeset-release/main
branch
23 times, most recently
from
September 25, 2023 22:28
09aa734
to
58e2168
Compare
pngwn
force-pushed
the
changeset-release/main
branch
from
September 26, 2023 05:28
58e2168
to
e7704a4
Compare
1 task
pngwn
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
September 26, 2023 19:49
00dd4c1
to
b6bb8ef
Compare
abidlabs
approved these changes
Sep 26, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Demos lgtm!
pngwn
force-pushed
the
changeset-release/main
branch
from
September 26, 2023 21:33
b6bb8ef
to
b7817da
Compare
freddyaboulton
added a commit
that referenced
this pull request
Oct 12, 2023
* Accessibility Improvements (#5554) * allow remove token via keyboard * more a11y enhancements * upload + dataset a11y tweaks * add changeset * add webcam label * improve checkbox focus styling and allow interaction via keyboard * add changeset * improve radio focus color * tweak * add radio label * add changeset * add annotated image alt + use button for labels * button tweaks * add changeset * tweak * more changes * tiny tweaks * galley / image * label tweaks and add semantic tags to confidence * nit + docstring * tweak * add changeset * fix tests * unit test fix * range tweak * fix alignment in gallery * range tweak * slider test tweak * tweak * more test fixes * last? test tweak --------- Co-authored-by: gradio-pr-bot <[email protected]> * Fix secondary hue bug in gr.themes.builder() (#5660) * fix: builder_app.py * add changeset * add changeset --------- Co-authored-by: Freddy Boulton <[email protected]> Co-authored-by: gradio-pr-bot <[email protected]> * Improve plot rendering (#5642) * changes * add changeset * changes * changes --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Freddy Boulton <[email protected]> * Add `render_markdown` parameter to chatbot (#5604) * disable markdown * add changeset * pr fixes * format * add changeset * new line --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Abubakar Abid <[email protected]> * Prevent Clients from accessing API endpoints that set `api_name=False` (#5653) * only autoscroll if user hasn't scrolled up * docstring * format * client * add changeset * add changeset * restore * add changeset * fix python client, add test * format * js client * format * add changeset * add changeset --------- Co-authored-by: gradio-pr-bot <[email protected]> * Fix width and height issues that would cut off content in `gr.DataFrame` (#5616) * fix dataframe height * fix widths * add changeset * fixes * format * case * add changeset * dataframe docstring * format * fix ts * test components --------- Co-authored-by: gradio-pr-bot <[email protected]> * Add the brand assets page to the website (#5643) * Add the /brand page to the website * add changeset * Fix layout * Put each logo in a different line * fix footer * remove unnenecessary header * better spacing * Add png files * Set the size of brand-assets/gradio-logo.svg as 64x64 --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: aliabd <[email protected]> * Fix functional tests (#5682) * unnamed * add changeset * add build --------- Co-authored-by: gradio-pr-bot <[email protected]> * Fix small issues in docs and guides (#5669) * Keep website guides sidebar width consistent * add next / prev buttons to chatinterface * add changeset * sidebar fixes on docs * clean iframes from guides * add changeset --------- Co-authored-by: gradio-pr-bot <[email protected]> * [Refactoring] Convert async functions that don't contain `await` statements to normal functions (#5677) * [Refactoring] Convert async functions that don't contain `await` statements to normal functions * add changeset * add changeset * fix tests --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Abubakar Abid <[email protected]> * Pause autoscrolling if a user scrolls up in a `gr.Textbox` and resume autoscrolling if they go all the way down (#5652) * only autoscroll if user hasn't scrolled up * docstring * fixes * add changeset * format --------- Co-authored-by: gradio-pr-bot <[email protected]> * chore(deps): update dependency @types/prismjs to v1.26.1 (#5671) * chore(deps): update dependency @types/prismjs to v1.26.1 * add changeset --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Abubakar Abid <[email protected]> * Add `gr.on` listener method (#5639) * changes * changes * changes * changes * changes * add changeset * changes * changes * changes * changes * changes * changes --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Abubakar Abid <[email protected]> * add query parameters to the `gr.Request` object through the `query_params` attribute (#5681) * add queryParams to frontend request to backend * add changeset * update guide * added docs * add changeset * fix tests * client --------- Co-authored-by: Abubakar Abid <[email protected]> Co-authored-by: gradio-pr-bot <[email protected]> * Reorganize Docs Navbar and Fill in Gaps (#5675) * remove combining-interfaces * reorg navbar and other changes * better docs for error, warning, and info * group them together * navbar reactively update * add changeset * lint * fix chatinterface test * fix test again * revert changes to chatinterface test * Update gradio/helpers.py Co-authored-by: Abubakar Abid <[email protected]> * Update gradio/helpers.py Co-authored-by: Abubakar Abid <[email protected]> --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Hannah <[email protected]> Co-authored-by: Abubakar Abid <[email protected]> * Fix functional tests, part 2 (#5687) * remove build * intentionally break * add changeset * testing string * change to false * throw error * revert break * delete changeset * add client js files to cache --------- Co-authored-by: gradio-pr-bot <[email protected]> * setting share=True on Spaces or in wasm should warn instead of raising error (#5696) * setting share=True on Spaces or in wasm should raise warning instead of error * tweak * add changeset * lint * add changeset --------- Co-authored-by: gradio-pr-bot <[email protected]> * Fix incorrect behavior of `gr.load()` with `gr.Examples` (#5690) * testing * fixes * chat fix * lint * add changeset * fix * simplify * simplify * spacing * remove print * docstring * dataset * lint * add changeset * fix test * add test * added test --------- Co-authored-by: gradio-pr-bot <[email protected]> * Increase Slider clickable area (#5697) * slider click area * add changeset * fix --------- Co-authored-by: gradio-pr-bot <[email protected]> * Fix blocks essay demo to use non-reserved keywords (#5698) * fix demo * notebook * chore: update versions (#5596) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Fix for regression in rendering empty Markdown (#5701) * quick fix * add changeset --------- Co-authored-by: gradio-pr-bot <[email protected]> * chore: update versions (#5702) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: prevent internal log_message error from `/api/predict` (#5711) * Prevent erroring on log_message from /api/predict * add changeset * add changeset * add changeset * updated docstrings --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Abubakar Abid <[email protected]> * Context-based Progress tracker (#5693) * Context-based Progress tracker * Lint * add changeset * Context-based virtual unpatch * Avoid creating TrackedIterable if not patched * Fix function_wrapper args * More correct * Add some types * Single Progress instance to allow nested tqdms * progress_tracker -> progress --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Abubakar Abid <[email protected]> * Fully resolve generated filepaths when running on Hugging Face Spaces with multiple replicas (#5668) * print * add changeset * url * routes * routes * test * test * add to / route * comment * root_url approach * replica url * print * print * test * revert * fixes * changes * replica url fix * lint * routes * routes * fix * docstring * add changeset * add changeset * add changeset * modify in place * add test * unit tests * fix copy --------- Co-authored-by: gradio-pr-bot <[email protected]> * Fixes gr.select() Method Issues with Dataframe Cells (#5713) * fixes * add changeset * pr fixes * fix --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Abubakar Abid <[email protected]> * Make Tab and Tabs updatable (#5714) * fix * add changeset --------- Co-authored-by: gradio-pr-bot <[email protected]> * fix changelogs (#5718) * Adds copy buttons to website, and better descriptions to API Docs (#5721) * add missing docstring to highlightedtext * add description to return types in api_docs * add copy buttons to docs * fix up descriptions for filepaths * add copy buttons to every codeblock * add changeset * fix backend tests * add changeset * better worded descriptions * fix color_map description * fix formatting in code snippets * add space --------- Co-authored-by: gradio-pr-bot <[email protected]> * Adjust translation (#5726) * Adjust translation * add changeset --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Hannah <[email protected]> * Fix for deepcopy errors when running the replica-related logic on Spaces (#5722) * fix changelogs * pass * add changeset * test * config * change * fixes * route utils * add changeset * add changeset * add lock * print * route url * replicas * replicas --------- Co-authored-by: gradio-pr-bot <[email protected]> * ensure internal data has updated before dispatching `success` or `then` events (#5705) * ensure internal data has updated before dispatching then or success events * ensure internal data has updated before dispatching then or success events * add changeset --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Abubakar Abid <[email protected]> * Add a bare `Component` type to the acceptable type list of `gr.load()`'s `inputs` and `outputs` (#5732) * Add a bare `Component` type to the acceptable type list of `gr.load()`'s `inputs` and `outputs` * add changeset * add changeset --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Freddy Boulton <[email protected]> * chore: update versions (#5712) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Added timeout and error handling for frpc tunnel (#5731) * added timeout and error handling for frpc tunnel * add changeset * lint * typing * spell * tunneling * lint * strip --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Abubakar Abid <[email protected]> * Ensure images with no caption download in gallery (#5735) * ensure images with no caption download in gallery * add changeset --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Abubakar Abid <[email protected]> * Add design tokens to storybook (#5750) * add design tokens to storybook * tweak * tweak * visual tweaks * add icons * Improve chatbot accessibility and UX (#5699) * add a11y changes and css tweaks * add a11y changes and css tweaks * change like/dislike/copy buttons ux * cleanup * add laout param * tweak * add changeset * fill icon on click * text alignment tweak * format + test * fix browser test * avatar tweaks * add stories * tweak * tweak --------- Co-authored-by: gradio-pr-bot <[email protected]> * Set share=True for all Gradio apps in Colab by default (#5767) * Set share=True for all Gradio apps in Colab by default * add changeset * fix tests --------- Co-authored-by: gradio-pr-bot <[email protected]> * Added support for pandas `Styler` object to `gr.DataFrame` (initially just sets the `display_value`) (#5569) * adding precision to df * add changeset * docstring * precision * add changeset * fix * fixes * add changeset * add visual test * lint * fixes * lint * format * add changeset * ts changes * analytics * dataframe typing * typing * demo * fix * lint * interactive dataframe * dataframe * fix typing * add test * upgrade pandas version * fix pandas version --------- Co-authored-by: gradio-pr-bot <[email protected]> * Don't raise warnings when returning an updated component in a dictionary (#5766) * testing * add changeset --------- Co-authored-by: gradio-pr-bot <[email protected]> * Fix Gallery `columns` and `rows` params (#5754) * fix gallery params * add changeset * lint --------- Co-authored-by: gradio-pr-bot <[email protected]> * Fix new line issue in chatbot (#5755) * fix new line * add changeset * line breaks param * add changeset * fix test * Update gradio/components/chatbot.py * Update gradio/components/dataframe.py * Update gradio/components/markdown.py * add changeset * fix static markdown * lint * line breaks * fixes --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Abubakar Abid <[email protected]> * chore: update versions (#5742) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * add label to changeset pr (#5772) * Always deploy to spaces (#5777) * Lite: Websocket queueing (#5124) * Create a Wasm-emulated WebSocket connection and fix @gradio/client to inject it * Explicitly set the default response class for the Wasm mode * add changeset * Fix is_self_origin() to compare only hosts and rename it to is_self_host() * Fix Blocks.close() to cancel async tasks in the case of Wasm and call it from wasm_utils.register_app() to dispose an old app instance * Update comment * Hold the asyncio.Task objects and cancel them at `Blocks.close()` * Add try-except to handle the case where `events` is not set to `queue.active_jobs` when `queue.process_events` is called * Format queueing.py --------- Co-authored-by: Abubakar Abid <[email protected]> Co-authored-by: gradio-pr-bot <[email protected]> * fix pending chatbot message styling and ensure messages with value `None` don't render (#5775) * fix pending chatbot message styling * border fixes * add changeset * add changeset * ensure null messages arent shown * add hide css again * render loading inside message + add test * fix test * add changeset * add changeset * add changeset --------- Co-authored-by: gradio-pr-bot <[email protected]> * change minor to patch (#5793) * chore: update versions (#5786) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Adds `change()` event to `gr.Gallery` (#5780) * add change event to gallery * revert * format * add changeset * lint * add tests * lint --------- Co-authored-by: gradio-pr-bot <[email protected]> * Throw helpful error when media devices are not found (#5794) * add test * add changeset * tweak copy * error logic * add changeset * copy tweak --------- Co-authored-by: gradio-pr-bot <[email protected]> * ensure the client does not depend on `window` when running in a node environment (#5787) * modify url_params * add changeset * add changeset --------- Co-authored-by: gradio-pr-bot <[email protected]> * Add component <-> server direct communication support, as well as a "file explorer" component (#5672) * changes * changes * add changeset * add changeset * Server fns ext (#5760) * start changes * changes * changes * fix arrows * add changeset * rename demo * fix some ci * add changeset * add changeset * fix * remove configs * fix * fix * add changeset * fixes * linting * Update gradio/components/file_explorer.py * notebook * typing * tweaks * fixed class method problem * fix test * file explorer * gr.load * format * tweaks * fix * fix * fix * fix * final tweaks + changelog * changelog * changelog * changelog * lint --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: pngwn <[email protected]> Co-authored-by: Abubakar Abid <[email protected]> * Update `CONTRIBUTING.md` (#5799) * updates * tweak * tweaks * tweaks * add troubleshooting * storybook tweak * add review changes * fe tweak * Revert replica proxy logic and instead implement using the `root` variable (#5776) * Revert "Fix for deepcopy errors when running the replica-related logic on Spaces (#5722)" This reverts commit dba6519. * Revert "Fully resolve generated filepaths when running on Hugging Face Spaces with multiple replicas (#5668)" This reverts commit d626c21. * add changeset * Trigger local * add changeset * add to root * add changeset * strip url * resolve root * changes * fix * format * logs * format * add changeset * reverse order --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Abubakar Abid <[email protected]> * Prevent bokeh from injecting bokeh js multiple times (#5795) * remove dep line in demo * linting * linting * fix * merge * add changeset * lint * notebook: --------- Co-authored-by: gradio-pr-bot <[email protected]> * Adds the ability to set the `selected_index` in a `gr.Gallery` (#5783) * selected_index * Gallery * changes * modify * add changeset * fix select issue --------- Co-authored-by: gradio-pr-bot <[email protected]> * added try except block in `state.py` (#5790) * added try except block in `state.py` added try except block in `state.py` which will raise a "ValueError" * add changeset * updated `state.py` and added test for deepcopy updated `state.py` and added test for deepcopy named test_initial_value_deepcopy in `test/test_components.py` * lint * test fix * explain test --------- Co-authored-by: Abubakar Abid <[email protected]> Co-authored-by: gradio-pr-bot <[email protected]> * Fix `gr.SelectData` so that the target attribute is correctly attached, and the filedata is included in the data attribute with `gr.Gallery` (#5798) * fix select * add changeset * add changeset * restore * refactor * add pytest * typo --------- Co-authored-by: gradio-pr-bot <[email protected]> * docs: fix website directory in CONTRIBUTING.md (#5810) * chore: update versions (#5796) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Fix calls to the component server so that `gr.FileExplorer` works on Spaces (#5816) * changes * add changeset * changes * demo * file explorer * lint * add changeset --------- Co-authored-by: gradio-pr-bot <[email protected]> * chore: update versions (#5817) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Lite: Fix Examples.create() to be a normal func so it can be called in the Wasm env (#5821) * Fix Examples.create() to be a normal func so it can be called in the Wasm env * add changeset * Add a comment line --------- Co-authored-by: gradio-pr-bot <[email protected]> * Convert async methods in the Examples class into normal sync methods (#5822) * Convert async methods in the Examples class into normal sync methods * add changeset * Fix test/test_chat_interface.py * Fix test/test_helpers.py * add changeset --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Abubakar Abid <[email protected]> * Quick fix: Chatbot change event (#5827) * fix * add changeset * add dequal to dependency * package * lint --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Abubakar Abid <[email protected]> * Assert refactor in external.py (#5811) * Refactored assert statements to if statements * format-addons * format * add changeset * Update gradio/external.py Co-authored-by: Abubakar Abid <[email protected]> * refactored video.py * refactored all the assert statements with response * add changeset * add changeset * Apply suggestions from code review * Refactored documentation.py and few more files * avoid circular * Replaced all assert statements * lint * notebooks * fix * minor changes * final changes according to tests * Lint * last fix * fix * fix utils test * fix serialization error * fix serialization error --------- Co-authored-by: harry-urek <[email protected]> Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Abubakar Abid <[email protected]> * Fix error when scrolling dropdown with scrollbar (#5839) * Fix error when scrolling dropdown with scrollbar * added comment * add changeset --------- Co-authored-by: Abubakar Abid <[email protected]> Co-authored-by: gradio-pr-bot <[email protected]> * Mention that audio is normalized when converting to wav in docs (#5835) * Mention that audio is normalized when converting to wav in docs * add changeset --------- Co-authored-by: Freddy Boulton <[email protected]> Co-authored-by: gradio-pr-bot <[email protected]> * Add support for gr.Request to gr.ChatInterface (#5819) * Add support for gr.Request to gr.ChatInterface * add changeset * gr.ChatInterface: loose check for gr.Request * add request test * update test and chat_interface * chat interface * fix test * formatting * fixes * fix examples and add test * remove .update usage * revert interface changes --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Abubakar Abid <[email protected]> * Add code * lint * Lint * Radio --------- Co-authored-by: Hannah <[email protected]> Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Freckles <[email protected]> Co-authored-by: aliabid94 <[email protected]> Co-authored-by: Dawood Khan <[email protected]> Co-authored-by: Abubakar Abid <[email protected]> Co-authored-by: Yuichiro Tachibana (Tsuchiya) <[email protected]> Co-authored-by: aliabd <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: D V <[email protected]> Co-authored-by: Hannah <[email protected]> Co-authored-by: pngwn <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Charles Bensimon <[email protected]> Co-authored-by: ylhsieh <[email protected]> Co-authored-by: Florian Bruggisser <[email protected]> Co-authored-by: gibiee <[email protected]> Co-authored-by: Srijan Sahay Srivastava <[email protected]> Co-authored-by: Regina Reynolds <[email protected]> Co-authored-by: Hari Om Bhardwaj <[email protected]> Co-authored-by: harry-urek <[email protected]> Co-authored-by: Kit PANG <[email protected]> Co-authored-by: Aileen Villanueva Lecuona <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@gradio/[email protected]
Features
c57f1b75e
- Fix functional tests. Thanks @abidlabs!40de3d217
- add query parameters to thegr.Request
object through thequery_params
attribute. Thanks @DarhkVoyd!ea0e00b20
- Prevent Clients from accessing API endpoints that setapi_name=False
. Thanks @abidlabs![email protected]
Features
ea0e00b20
- Prevent Clients from accessing API endpoints that setapi_name=False
. Thanks @abidlabs![email protected]
Features
b619e6f6e
- Reorganize Docs Navbar and Fill in Gaps. Thanks @aliabd!c5e969559
- Fix small issues in docs and guides. Thanks @aliabd!c57f1b75e
- Fix functional tests. Thanks @abidlabs!40de3d217
- add query parameters to thegr.Request
object through thequery_params
attribute. Thanks @DarhkVoyd!ea0e00b20
- Prevent Clients from accessing API endpoints that setapi_name=False
. Thanks @abidlabs!e1874aff8
- Addgr.on
listener method. Thanks @aliabid94!2e25d4305
- Pause autoscrolling if a user scrolls up in agr.Textbox
and resume autoscrolling if they go all the way down. Thanks @abidlabs!21c7225bd
- Improve plot rendering. Thanks @aliabid94!9f9af327c
- [Refactoring] Convert async functions that don't containawait
statements to normal functions. Thanks @whitphx!d76555a12
- Fix secondary hue bug in gr.themes.builder(). Thanks @hellofreckles!f4e4f82b5
- Increase Slider clickable area. Thanks @dawoodkhan82!6a36c3b78
- chore(deps): update dependency @types/prismjs to v1.26.1. Thanks @renovate!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.38fafb9e2
- Fix typos in Gallery docs. Thanks @atesgoral!d1ad1f671
- Attachelem_classes
selectors to layout elements, and an id to the Tab button (for targeting via CSS/JS). Thanks @abidlabs!75ddeb390
- Accessibility Improvements. Thanks @hannahblair!6b1714386
- Upgrade Pyodide to 0.24.0 and install the native orjson package. Thanks @whitphx!Fixes
9ccc4794a
- Use ContextVar instead of threading.local(). Thanks @cbensimon!54d21d3f1
- EnsureHighlightedText
withmerge_elements
loads without a value. Thanks @hannahblair!fb5964fb8
- Fix bug in example cache loading event. Thanks @freddyaboulton!341402337
- Allow Gradio apps containinggr.Radio()
,gr.Checkboxgroup()
, orgr.Dropdown()
to be loaded withgr.load()
. Thanks @abidlabs!7c34b434a
- Fix width and height issues that would cut off content ingr.DataFrame
. Thanks @abidlabs!faad01f8e
- Addrender_markdown
parameter to chatbot. Thanks @dawoodkhan82!88d43bd12
- Fixes avatar image in chatbot being squashed. Thanks @dawoodkhan82!6b8c8afd9
- Fix incorrect behavior ofgr.load()
withgr.Examples
. Thanks @abidlabs!e51fcd5d5
- setting share=True on Spaces or in wasm should warn instead of raising error. Thanks @abidlabs!@gradio/[email protected]
Patch Changes
75ddeb390
]:@gradio/[email protected]
Patch Changes
c57f1b75e
,40de3d217
,ea0e00b20
,75ddeb390
]:@gradio/[email protected]
Patch Changes
75ddeb390
]:@gradio/[email protected]
Patch Changes
75ddeb390
]:@gradio/[email protected]
Patch Changes
c57f1b75e
,40de3d217
,ea0e00b20
,75ddeb390
]:@gradio/[email protected]
Patch Changes
75ddeb390
]:[email protected]
Features
f661c0733
- Add the brand assets page to the website. Thanks @whitphx!b619e6f6e
- Reorganize Docs Navbar and Fill in Gaps. Thanks @aliabd!c5e969559
- Fix small issues in docs and guides. Thanks @aliabd!Fixes
eebf9d71f
- Styling fixes to guides. Thanks @aliabd!@gradio/[email protected]
Features
75ddeb390
- Accessibility Improvements. Thanks @hannahblair!@gradio/[email protected]
Features
75ddeb390
- Accessibility Improvements. Thanks @hannahblair!@gradio/[email protected]
Features
e1874aff8
- Addgr.on
listener method. Thanks @aliabid94!75ddeb390
- Accessibility Improvements. Thanks @hannahblair!@gradio/[email protected]
Features
75ddeb390
- Accessibility Improvements. Thanks @hannahblair!@gradio/[email protected]
Features
6a36c3b78
- chore(deps): update dependency @types/prismjs to v1.26.1. Thanks @renovate!75ddeb390
- Accessibility Improvements. Thanks @hannahblair!Fixes
faad01f8e
- Addrender_markdown
parameter to chatbot. Thanks @dawoodkhan82!88d43bd12
- Fixes avatar image in chatbot being squashed. Thanks @dawoodkhan82!@gradio/[email protected]
Features
75ddeb390
- Accessibility Improvements. Thanks @hannahblair!@gradio/[email protected]
Features
75ddeb390
- Accessibility Improvements. Thanks @hannahblair!@gradio/[email protected]
Features
75ddeb390
- Accessibility Improvements. Thanks @hannahblair!@gradio/[email protected]
Fixes
7c34b434a
- Fix width and height issues that would cut off content ingr.DataFrame
. Thanks @abidlabs!@gradio/[email protected]
Features
75ddeb390
- Accessibility Improvements. Thanks @hannahblair!@gradio/[email protected]
Features
75ddeb390
- Accessibility Improvements. Thanks @hannahblair!@gradio/[email protected]
Fixes
54d21d3f1
- EnsureHighlightedText
withmerge_elements
loads without a value. Thanks @hannahblair!@gradio/[email protected]
Features
75ddeb390
- Accessibility Improvements. Thanks @hannahblair!@gradio/[email protected]
Features
75ddeb390
- Accessibility Improvements. Thanks @hannahblair!@gradio/[email protected]
Features
75ddeb390
- Accessibility Improvements. Thanks @hannahblair!@gradio/[email protected]
Features
6a36c3b78
- chore(deps): update dependency @types/prismjs to v1.26.1. Thanks @renovate!Fixes
faad01f8e
- Addrender_markdown
parameter to chatbot. Thanks @dawoodkhan82!@gradio/[email protected]
Features
75ddeb390
- Accessibility Improvements. Thanks @hannahblair!@gradio/[email protected]
Features
21c7225bd
- Improve plot rendering. Thanks @aliabid94!75ddeb390
- Accessibility Improvements. Thanks @hannahblair!@gradio/[email protected]
Features
75ddeb390
- Accessibility Improvements. Thanks @hannahblair!@gradio/[email protected]
Features
f4e4f82b5
- Increase Slider clickable area. Thanks @dawoodkhan82!75ddeb390
- Accessibility Improvements. Thanks @hannahblair!@gradio/[email protected]
Features
d1ad1f671
- Attachelem_classes
selectors to layout elements, and an id to the Tab button (for targeting via CSS/JS). Thanks @abidlabs!@gradio/[email protected]
Features
d1ad1f671
- Attachelem_classes
selectors to layout elements, and an id to the Tab button (for targeting via CSS/JS). Thanks @abidlabs!@gradio/[email protected]
Features
2e25d4305
- Pause autoscrolling if a user scrolls up in agr.Textbox
and resume autoscrolling if they go all the way down. Thanks @abidlabs!75ddeb390
- Accessibility Improvements. Thanks @hannahblair!@gradio/[email protected]
Features
75ddeb390
- Accessibility Improvements. Thanks @hannahblair!@gradio/[email protected]
Features
6b1714386
- Upgrade Pyodide to 0.24.0 and install the native orjson package. Thanks @whitphx!