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