jsr90 commited on
Commit
3b2e36e
·
1 Parent(s): 6a0206a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def gradio_wrapper(img):
14
  return results.render()[0]
15
 
16
  # Set up the Gradio image input component with the option to upload an image or use the webcam
17
- image = gr.inputs.Image(source=["upload", "webcam"], streaming=True)
18
 
19
  # Create the Gradio interface with the gradio_wrapper function, the image input component, and an image output component
20
  demo = gr.Interface(
 
14
  return results.render()[0]
15
 
16
  # Set up the Gradio image input component with the option to upload an image or use the webcam
17
+ image = gr.inputs.Image(source=["upload", "webcam"])
18
 
19
  # Create the Gradio interface with the gradio_wrapper function, the image input component, and an image output component
20
  demo = gr.Interface(