Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -144,9 +144,9 @@ with gr.Blocks(
|
|
| 144 |
)
|
| 145 |
url_input = gr.Textbox(
|
| 146 |
label="Document or Image URL",
|
| 147 |
-
placeholder="
|
| 148 |
visible=True,
|
| 149 |
-
lines=
|
| 150 |
)
|
| 151 |
file_input = gr.File(
|
| 152 |
label="Upload PDF or Image",
|
|
|
|
| 144 |
)
|
| 145 |
url_input = gr.Textbox(
|
| 146 |
label="Document or Image URL",
|
| 147 |
+
placeholder="https://arxiv.org/pdf/2501.12948",
|
| 148 |
visible=True,
|
| 149 |
+
lines=2
|
| 150 |
)
|
| 151 |
file_input = gr.File(
|
| 152 |
label="Upload PDF or Image",
|