Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ with gr.Blocks() as app:
|
|
64 |
detect_button = gr.Button("Start Detection", variant="primary")
|
65 |
detect_button.click(
|
66 |
fn=stream_object_detection,
|
67 |
-
inputs=[video_input
|
68 |
outputs=video_output,
|
69 |
)
|
70 |
|
|
|
64 |
detect_button = gr.Button("Start Detection", variant="primary")
|
65 |
detect_button.click(
|
66 |
fn=stream_object_detection,
|
67 |
+
inputs=[video_input],
|
68 |
outputs=video_output,
|
69 |
)
|
70 |
|