annading commited on
Commit
d8544c2
·
1 Parent(s): db1d501

changed step back

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks() as demo:
75
  minimum=1,
76
  maximum=120,
77
  value=10,
78
- step=2)
79
  scaling_factor = gr.Slider(
80
  label="Downsample Factor",
81
  info="Adjust the downsample factor. Note: the higher the number the faster the processing time but lower the accuracy.",
 
75
  minimum=1,
76
  maximum=120,
77
  value=10,
78
+ step=1)
79
  scaling_factor = gr.Slider(
80
  label="Downsample Factor",
81
  info="Adjust the downsample factor. Note: the higher the number the faster the processing time but lower the accuracy.",