hasnatz commited on
Commit
3f6fd7b
·
verified ·
1 Parent(s): 9919568

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks(theme=custom_theme) as demo:
81
  with gr.Tab("Video"):
82
  with gr.Row():
83
  with gr.Column():
84
- input_video = gr.Video(label="Upload a Video (.mp4)", type="file")
85
  confidence_vid = gr.Slider(0.0, 1.0, value=0.25, step=0.05, label="Confidence Threshold")
86
  run_vid_btn = gr.Button("Run Video Inference")
87
 
 
81
  with gr.Tab("Video"):
82
  with gr.Row():
83
  with gr.Column():
84
+ input_video = gr.Video(label="Upload a Video (.mp4)")
85
  confidence_vid = gr.Slider(0.0, 1.0, value=0.25, step=0.05, label="Confidence Threshold")
86
  run_vid_btn = gr.Button("Run Video Inference")
87