broadfield-dev commited on
Commit
a0423b2
·
verified ·
1 Parent(s): 5d543dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
160
  placeholder="e.g., https://arxiv.org/pdf/1706.03762.pdf"
161
  )
162
 
163
- dpi_slider = gr.Slider(minimum=100, maximum=600, step=50, value=200, label="Image Resolution (DPI)")
164
  columns_slider = gr.Slider(minimum=1, maximum=10, step=1, value=1, label="Number of Columns")
165
 
166
  with gr.Accordion("Advanced Options", open=False):
 
160
  placeholder="e.g., https://arxiv.org/pdf/1706.03762.pdf"
161
  )
162
 
163
+ dpi_slider = gr.Slider(minimum=100, maximum=600, step=5, value=200, label="Image Resolution (DPI)")
164
  columns_slider = gr.Slider(minimum=1, maximum=10, step=1, value=1, label="Number of Columns")
165
 
166
  with gr.Accordion("Advanced Options", open=False):