Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
139 |
dpi_slider = gr.Slider(
|
140 |
minimum=100,
|
141 |
maximum=600,
|
142 |
-
step=
|
143 |
value=200,
|
144 |
label="Image Resolution (DPI)",
|
145 |
info="Higher DPI results in a clearer image but increases processing time and file size."
|
|
|
139 |
dpi_slider = gr.Slider(
|
140 |
minimum=100,
|
141 |
maximum=600,
|
142 |
+
step=10,
|
143 |
value=200,
|
144 |
label="Image Resolution (DPI)",
|
145 |
info="Higher DPI results in a clearer image but increases processing time and file size."
|