broadfield-dev commited on
Commit
434e44f
·
verified ·
1 Parent(s): 2f3311a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
151
  with gr.TabItem("From URL"):
152
  pdf_url_input = gr.Textbox(label="PDF URL", placeholder="e.g., https://arxiv.org/pdf/1706.03762.pdf")
153
 
154
- dpi_slider = gr.Slider(minimum=100, maximum=600, step=50, value=200, label="Image Resolution (DPI)")
155
  columns_slider = gr.Slider(minimum=1, maximum=10, step=1, value=1, label="Number of Columns")
156
 
157
  with gr.Accordion("Advanced Options", open=False):
 
151
  with gr.TabItem("From URL"):
152
  pdf_url_input = gr.Textbox(label="PDF URL", placeholder="e.g., https://arxiv.org/pdf/1706.03762.pdf")
153
 
154
+ dpi_slider = gr.Slider(minimum=100, maximum=600, step=5, value=200, label="Image Resolution (DPI)")
155
  columns_slider = gr.Slider(minimum=1, maximum=10, step=1, value=1, label="Number of Columns")
156
 
157
  with gr.Accordion("Advanced Options", open=False):