dylanplummer commited on
Commit
c397512
·
verified ·
1 Parent(s): eeb114f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -570,10 +570,6 @@ def inference(in_video, stream_url, start_time, end_time, beep_detection_on, eve
570
 
571
 
572
  with gr.Blocks() as demo:
573
- with gr.Row():
574
- in_video = gr.PlayableVideo(label="Input Video", elem_id='input-video', format='mp4',
575
- width=400, height=400, interactive=True, container=True,
576
- max_length=300)
577
  with gr.Row():
578
  in_video = gr.PlayableVideo(label="Input Video", elem_id='input-video', format='mp4',
579
  width=400, height=400, interactive=True, container=True,
 
570
 
571
 
572
  with gr.Blocks() as demo:
 
 
 
 
573
  with gr.Row():
574
  in_video = gr.PlayableVideo(label="Input Video", elem_id='input-video', format='mp4',
575
  width=400, height=400, interactive=True, container=True,