annading commited on
Commit
6fd14de
·
1 Parent(s): d646e8a

updated instructions

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks() as demo:
81
  step=1)
82
  scaling_factor = gr.Slider(
83
  label="Downsample Factor",
84
- info="Adjust the downsample factor. I.e. a value of 0.5 will downsample the pixels in the video by a factor of 2. Note: the higher the number the slower the processing time.",
85
  minimum=0.1,
86
  maximum=1.0,
87
  value=0.5,
 
81
  step=1)
82
  scaling_factor = gr.Slider(
83
  label="Downsample Factor",
84
+ info="Adjust the downsample factor. I.e. a value of 0.5 will downsample the pixels in the video by a factor of 2. Note: the higher the number the slower the processing time, but detection may be more accurate.",
85
  minimum=0.1,
86
  maximum=1.0,
87
  value=0.5,