Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -305,12 +305,12 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
305 |
video_clear_button.click(
|
306 |
fn=lambda: (
|
307 |
None,
|
308 |
-
None
|
309 |
),
|
310 |
outputs=[
|
311 |
video_input,
|
312 |
-
video_output
|
313 |
-
]
|
314 |
)
|
315 |
video_detect_button.click(
|
316 |
fn=process_video,
|
|
|
305 |
video_clear_button.click(
|
306 |
fn=lambda: (
|
307 |
None,
|
308 |
+
None
|
309 |
),
|
310 |
outputs=[
|
311 |
video_input,
|
312 |
+
video_output
|
313 |
+
]
|
314 |
)
|
315 |
video_detect_button.click(
|
316 |
fn=process_video,
|