Aumkeshchy2003 commited on
Commit
f3c88f1
·
verified ·
1 Parent(s): caaaba0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def detect_objects(image):
61
 
62
  iface = gr.Interface(
63
  fn=detect_objects,
64
- inputs=gr.Video(source="webcam", type="pil"),
65
  outputs=gr.Image(type="pil"),
66
  live=True
67
  )
 
61
 
62
  iface = gr.Interface(
63
  fn=detect_objects,
64
+ inputs=gr.Image(source="webcam", type="pil"),
65
  outputs=gr.Image(type="pil"),
66
  live=True
67
  )