broadfield-dev commited on
Commit
dd75ef8
·
verified ·
1 Parent(s): 349b896

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=20,
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."