Spaces:
Runtime error
Runtime error
Commit
·
c81d277
1
Parent(s):
bf51623
Update app.py
Browse files
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"
|
| 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"],
|