insideman commited on
Commit
12908dd
·
verified ·
1 Parent(s): 491a80b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ with demo:
146
 
147
  with gr.TabItem('WebCam'):
148
  with gr.Row():
149
- web_input = gr.Image(source='webcam', type='pil', streaming=True)
150
  img_output_from_webcam = gr.Image()
151
  cam_but = gr.Button('Detect')
152
 
 
146
 
147
  with gr.TabItem('WebCam'):
148
  with gr.Row():
149
+ web_input = gr.Image(type='pil')
150
  img_output_from_webcam = gr.Image()
151
  cam_but = gr.Button('Detect')
152