annading commited on
Commit
2d52f0e
1 Parent(s): 0f726c9

changed default frame processing rate

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks() as demo:
62
  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.",
63
  minimum=1,
64
  maximum=120,
65
- value=3,
66
  step=1)
67
  video_options = gr.CheckboxGroup(choices=["Bounding boxes", "Masks"],
68
  label="Video Output Options",
 
62
  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.",
63
  minimum=1,
64
  maximum=120,
65
+ value=30,
66
  step=1)
67
  video_options = gr.CheckboxGroup(choices=["Bounding boxes", "Masks"],
68
  label="Video Output Options",