Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -297,10 +297,7 @@ def create_interface():
|
|
| 297 |
|
| 298 |
# Examples
|
| 299 |
gr.Examples(
|
| 300 |
-
examples=[
|
| 301 |
-
{"file_input": "receipt.png"},
|
| 302 |
-
{"url_input": "https://arxiv.org/pdf/2410.07073"}
|
| 303 |
-
],
|
| 304 |
inputs=[file_input, url_input]
|
| 305 |
)
|
| 306 |
|
|
|
|
| 297 |
|
| 298 |
# Examples
|
| 299 |
gr.Examples(
|
| 300 |
+
examples=[],
|
|
|
|
|
|
|
|
|
|
| 301 |
inputs=[file_input, url_input]
|
| 302 |
)
|
| 303 |
|