denizaybey commited on
Commit
4fb4773
·
verified ·
1 Parent(s): 5f2f6f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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,