changed default value
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks() as demo:
|
|
69 |
info="Adjust the frame detection rate. I.e. a value of 120 will run detection every 120 frames, a value of 1 will run detection on every frame. Note: the lower the number the slower the processing time.",
|
70 |
minimum=1,
|
71 |
maximum=120,
|
72 |
-
value=
|
73 |
step=1)
|
74 |
scaling_factor = gr.Slider(
|
75 |
label="Downsample Factor",
|
|
|
69 |
info="Adjust the frame detection rate. I.e. a value of 120 will run detection every 120 frames, a value of 1 will run detection on every frame. Note: the lower the number the slower the processing time.",
|
70 |
minimum=1,
|
71 |
maximum=120,
|
72 |
+
value=10,
|
73 |
step=1)
|
74 |
scaling_factor = gr.Slider(
|
75 |
label="Downsample Factor",
|