We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the previous version (5.12.0), when an error was raised, the progress bar would immediately disappear and display a closable alert.
gradio 5.20.0
gradio 5.12.0
import gradio as gr def submit(input_value): raise gr.Error("test") with gr.Blocks() as demo: chatbot = gr.Chatbot() input = gr.Textbox() input.submit(submit, inputs=input, outputs=[input, chatbot]) demo.launch()
No response
gradio version: 5.20.0 gradio_client version: 1.7.2
Blocking usage of gradio
The text was updated successfully, but these errors were encountered:
Yeah I just noticed this as well, thanks @Col0ring for raising this issue
Sorry, something went wrong.
aliabid94
Successfully merging a pull request may close this issue.
Describe the bug
In the previous version (5.12.0), when an error was raised, the progress bar would immediately disappear and display a closable alert.
gradio 5.20.0

gradio 5.12.0

Have you searched existing issues? 🔎
Reproduction
Screenshot
No response
Logs
System Info
Severity
Blocking usage of gradio
The text was updated successfully, but these errors were encountered: