Skip to content

Tags: dfaker/gradio

Tags

v3.6.0b10

Toggle v3.6.0b10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow render() to return self (gradio-app#2514)

* Update blocks.py

Updated render() function in Blocks to return self

* Update CHANGELOG.md

* formatting

* fix changelog

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

v3.6.0b3

Toggle v3.6.0b3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix share error message when files are built locally (gradio-app#2502)

* fix share error message

* changelog

* formatting

v3.6.0b2

Toggle v3.6.0b2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix share error message when files are built locally (gradio-app#2502)

* fix share error message

* changelog

* formatting

v3.6.0b1

Toggle v3.6.0b1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix share error message when files are built locally (gradio-app#2502)

* fix share error message

* changelog

* formatting

v3.6

Toggle v3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release version `3.6` (gradio-app#2492)

* version

* Update version.txt

v3.0.1b150

Toggle v3.0.1b150's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add status tracker to md and html (gradio-app#2474)

* add status tracker to md and html

* changelog

* changelog

v3.5

Toggle v3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update version (gradio-app#2466)

v3.0.1b123

Toggle v3.0.1b123's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix race condition in queue (gradio-app#2374)

* Catch disconnect exception

* Misc queue changes

* Add tests

* CHANGELOG

v3.0.1b121

Toggle v3.0.1b121's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add blur event to textbox and number (gradio-app#2448)

* add blur event to textbox and number

* changelog

* fixes

* fix blur for number

* reformat

v3.0.1b120

Toggle v3.0.1b120's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add blur event to textbox and number (gradio-app#2448)

* add blur event to textbox and number

* changelog

* fixes

* fix blur for number

* reformat