Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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):
|