annading commited on
Commit
5eaf980
·
1 Parent(s): d7ae9fa

changed default value

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=1,
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",