techysanoj commited on
Commit
c81d277
·
1 Parent(s): bf51623

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def live_object_detection(image_pil):
56
  iface = gr.Interface(
57
  fn=[image_object_detection, live_object_detection],
58
  inputs=[
59
- gr.Image(type="pil", label="Upload an image for object detection", hover=True),
60
  "webcam",
61
  ],
62
  outputs=["image", "image"],
 
56
  iface = gr.Interface(
57
  fn=[image_object_detection, live_object_detection],
58
  inputs=[
59
+ gr.Image(type="pil", label="Upload an image for object detection"),
60
  "webcam",
61
  ],
62
  outputs=["image", "image"],