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