Skip to content

fix: cap Gradio version to <6.11 to prevent UI freeze#1290

Merged
SWivid merged 1 commit intoSWivid:mainfrom
will422-l:fix/gradio-version-cap
Apr 17, 2026
Merged

fix: cap Gradio version to <6.11 to prevent UI freeze#1290
SWivid merged 1 commit intoSWivid:mainfrom
will422-l:fix/gradio-version-cap

Conversation

@will422-l
Copy link
Copy Markdown
Contributor

Summary

Gradio 6.11.0 has a bug in gr.Tabs that causes the UI to completely freeze when switching tabs.

This PR caps the Gradio version to <6.11 to prevent users from hitting this issue until Gradio fixes it upstream.

Changes

  • Pin gradio>=6.0.0,<6.11 in pyproject.toml

Related


Note: I have additional improvements for this issue (automated version detection, graceful degradation, and a more robust fix). If you are interested in the full solution, feel free to reach out.

Gradio 6.11.0 has a bug in gr.Tabs that causes the UI to completely
freeze when switching tabs. This caps the version to prevent users
from hitting this issue until Gradio fixes it upstream.

Ref: SWivid#1289
@SWivid SWivid merged commit 650c177 into SWivid:main Apr 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Workaround: UI freeze / High CPU usage when changing tabs (Gradio 6.11 bug)

2 participants