Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)"
|
| 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 |
|