xmrt commited on
Commit
c2b63a0
·
1 Parent(s): feb9d7d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ with block:
127
  with gr.Column():
128
  with gr.Row():
129
  with gr.Column():
130
- video_input = gr.Video(source="upload", type="filepath", height=256)
131
  with gr.Row():
132
  submit_detect_file = gr.Button("Detect and track objects", variant="primary")
133
 
 
127
  with gr.Column():
128
  with gr.Row():
129
  with gr.Column():
130
+ video_input = gr.Video(source="upload", height=256)
131
  with gr.Row():
132
  submit_detect_file = gr.Button("Detect and track objects", variant="primary")
133