Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,5 +17,6 @@ def detect_objects(image):
|
|
17 |
inputs=gr.Image(sources="webcam", type="numpy", label="Live Webcam"),
|
18 |
outputs=gr.Image(type="numpy", label="Detection Output"),
|
19 |
live=True
|
20 |
-
)
|
|
|
21 |
|
|
|
17 |
inputs=gr.Image(sources="webcam", type="numpy", label="Live Webcam"),
|
18 |
outputs=gr.Image(type="numpy", label="Detection Output"),
|
19 |
live=True
|
20 |
+
)
|
21 |
+
interface.launch()
|
22 |
|