gradio / js /_website /CHANGELOG.md
mindmime's picture
Upload folder using huggingface_hub
a03b3ba verified

A newer version of the Gradio SDK is available: 4.37.1

Upgrade

website

0.22.0

Features

0.21.3

Patch Changes

0.21.2

Features

0.21.1

Patch Changes

0.21.0

Features

0.20.4

Fixes

0.20.3

Patch Changes

0.20.2

Patch Changes

0.20.1

Patch Changes

0.20.0

Features

0.19.0

Features

0.18.0

Features

0.17.0

Features

0.16.1

Patch Changes

0.16.0

Features

0.15.0

Features

0.14.0

Features

0.13.0

Features

0.12.1

Patch Changes

0.12.0

Features

0.11.1

Features

0.11.0

Patch Changes

0.11.0-beta.1

Features

0.11.0-beta.0

Features

Fixes

0.10.0

Features

0.9.0

Features

0.8.0

Features

0.7.1

Features

0.7.0

Features

Fixes

0.6.0

Features

0.5.0

Features

  • #5481 df623e74 - Toggle main vs versioned demos on website and show install snippet. Thanks @aliabd!

0.4.0

Features

0.3.0

Features

Fixes

0.2.2

Features

  • #5284 5f25eb68 - Minor bug fix sweep. Thanks @aliabid94!/n - Our use of exit was catching errors and corrupting the traceback of any component that failed to instantiate (try running blocks_kitchen_sink off main for an example). Now the exit exits immediately if there's been an exception, so the original exception can be printed cleanly/n - HighlightedText was rendering weird, cleaned it up

0.2.1

Fixes

0.2.0

Highlights

Improve startup performance and markdown support (#5279 fe057300)

Improved markdown support

We now have better support for markdown in gr.Markdown and gr.Dataframe. Including syntax highlighting and Github Flavoured Markdown. We also have more consistent markdown behaviour and styling.

Various performance improvements

These improvements will be particularly beneficial to large applications.

  • Rather than attaching events manually, they are now delegated, leading to a significant performance improvement and addressing a performance regression introduced in a recent version of Gradio. App startup for large applications is now around twice as fast.
  • Optimised the mounting of individual components, leading to a modest performance improvement during startup (~30%).
  • Corrected an issue that was causing markdown to re-render infinitely.
  • Ensured that the gr.3DModel does re-render prematurely.

Thanks @pngwn!

Features

0.1.0

Features

Fixes

0.0.2

Features

Fixes