reab5555 commited on
Commit
2ae7b80
·
verified ·
1 Parent(s): 3e6c98a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def hide_description_show_results():
61
 
62
  with gr.Blocks() as iface:
63
  with gr.Row():
64
- video_input = gr.Video(label="Input Video", visible=False)
65
 
66
  anomaly_threshold = gr.Slider(minimum=1, maximum=5, step=0.1, value=3, label="Anomaly Detection Threshold (Standard deviation)")
67
  fps_slider = gr.Slider(minimum=5, maximum=20, step=1, value=10, label="Frames Per Second (FPS)")
 
61
 
62
  with gr.Blocks() as iface:
63
  with gr.Row():
64
+ video_input = gr.Video(label="Input Video")
65
 
66
  anomaly_threshold = gr.Slider(minimum=1, maximum=5, step=0.1, value=3, label="Anomaly Detection Threshold (Standard deviation)")
67
  fps_slider = gr.Slider(minimum=5, maximum=20, step=1, value=10, label="Frames Per Second (FPS)")