reab5555 commited on
Commit
39b6324
·
verified ·
1 Parent(s): c005f7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks() as iface:
72
  with gr.Row():
73
  video_input = gr.Video()
74
 
75
- anomaly_threshold = gr.Slider(minimum=1, maximum=5, step=0.1, value=3.5, label="Anomaly Detection Threshold (Standard deviation)")
76
  fps_slider = gr.Slider(minimum=5, maximum=20, step=1, value=10, label="Frames Per Second (FPS)")
77
  process_btn = gr.Button("Detect Anomalies")
78
  progress_bar = gr.Progress()
 
72
  with gr.Row():
73
  video_input = gr.Video()
74
 
75
+ anomaly_threshold = gr.Slider(minimum=1, maximum=5, step=0.1, value=4, label="Anomaly Detection Threshold (Standard deviation)")
76
  fps_slider = gr.Slider(minimum=5, maximum=20, step=1, value=10, label="Frames Per Second (FPS)")
77
  process_btn = gr.Button("Detect Anomalies")
78
  progress_bar = gr.Progress()