changed step back
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks() as demo:
|
|
75 |
minimum=1,
|
76 |
maximum=120,
|
77 |
value=10,
|
78 |
-
step=
|
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.",
|