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
Is your feature request related to a problem? Please describe. When using gr.Image for streaming like this:
import gradio as gr gr.Interface(lambda x: x, gr.Image(source='webcam', streaming=True), "image", live=True).launch()
There is no way to stop the app from running, it just keeps going until you close the tab.
Describe the solution you'd like
It would be nice to hit a button to have the app stop streaming inputs, similar to how the audio streaming feature works.
The text was updated successfully, but these errors were encountered:
#1323
Sorry, something went wrong.
Thanks for flagging the duplicate @JefferyChiang. Will close this issue and keep yours open until we can fix it!
No branches or pull requests
Is your feature request related to a problem? Please describe.
When using gr.Image for streaming like this:
There is no way to stop the app from running, it just keeps going until you close the tab.
Describe the solution you'd like
It would be nice to hit a button to have the app stop streaming inputs, similar to how the audio streaming feature works.
The text was updated successfully, but these errors were encountered: