merve HF Staff commited on
Commit
2cbe609
·
verified ·
1 Parent(s): 26b3aee

Add disclaimer

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -378,12 +378,12 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
378
  )
379
 
380
  detection_interval = gr.Slider(
381
- minimum=1,
382
  maximum=30,
383
- value=5,
384
  step=5,
385
  label="Detection Interval (frames)",
386
- info="Run detection every N frames (1 = every frame, slower but more accurate)"
387
  )
388
 
389
  process_video_btn = gr.Button(value="Process Video", variant="primary")
 
378
  )
379
 
380
  detection_interval = gr.Slider(
381
+ minimum=10,
382
  maximum=30,
383
+ value=15,
384
  step=5,
385
  label="Detection Interval (frames)",
386
+ info="Run detection every N frames (less is slower but more accurate, ZeroGPU might time out with long videos)"
387
  )
388
 
389
  process_video_btn = gr.Button(value="Process Video", variant="primary")