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
I have a long RAG app, sometimes the llm loop output, I have a button to cancel, and then save the looped output, something like:
stop_btn.click(fn=None,inputs=None,cancels=[submit_event]).then(fn=store_chat,inputs=[chatbot])
but the store_chat never run
import gradio as gr ... stop_btn.click(fn=None,inputs=None,cancels=[submit_event, query_event]).then(fn=store_chat,inputs=[chatbot]) ...
No response
macOS gradio 5.6.0
I can work around it
The text was updated successfully, but these errors were encountered:
Hi @liaoweiguo would you kindly be able to try the latest version of Gradio (5.9.1)? If that doesn't work, can you please provide a minimal code example that we can use to reproduce the issue above? See: https://stackoverflow.com/help/minimal-reproducible-example
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I have a long RAG app, sometimes the llm loop output, I have a button to cancel, and then save the looped output, something like:
but the store_chat never run
Have you searched existing issues? 🔎
Reproduction
Screenshot
No response
Logs
No response
System Info
Severity
I can work around it
The text was updated successfully, but these errors were encountered: