# Gradio 6.24.0 - Product: Gradio (https://whatsnew.fyi/product/gradio) - Vendor: Hugging Face - Date: 2026-08-12 - Version: 6.24.0 - Original notes: https://github.com/gradio-app/gradio/releases/tag/gradio%406.24.0 - Permalink: https://whatsnew.fyi/product/gradio/releases/6.24.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **changed** — Workflow now only inlines app-owned files and keeps opened HTML off the app origin - **added** — Add browser-local run history and loading - **fixed** — Fix initial Spaces iframe resize after app render - **changed** — Await auth_dependency and apply it when routes are built on an existing app ###### Features - [#13750](https://github.com/gradio-app/gradio/pull/13750) [`e0f0790`](https://github.com/gradio-app/gradio/commit/e0f0790b6fbe591cfb6de968316596806f5b59dc) - Workflow: only inline app-owned files, and keep opened HTML off the app origin. Thanks @abidlabs! - [#13718](https://github.com/gradio-app/gradio/pull/13718) [`a9e8382`](https://github.com/gradio-app/gradio/commit/a9e8382c4f68e938b5fceef299d7539434c6063f) - Add browser-local run history and loading. Thanks @abidlabs! - [#13751](https://github.com/gradio-app/gradio/pull/13751) [`1c8aa23`](https://github.com/gradio-app/gradio/commit/1c8aa23263ef1d3a641690395b8f0d816b593cc3) - Fix initial Spaces iframe resize after app render. Thanks @dawoodkhan82! - [#13749](https://github.com/gradio-app/gradio/pull/13749) [`5019a24`](https://github.com/gradio-app/gradio/commit/5019a2402779d40d7c0b42817fc73bd2df3d8022) - Await `auth_dependency` and apply it when routes are built on an existing app. Thanks @abidlabs!