Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -318,7 +318,7 @@ with gr.Blocks() as demo:
|
|
| 318 |
gr.Examples(
|
| 319 |
[
|
| 320 |
[ # Text to display above the image
|
| 321 |
-
"
|
| 322 |
"SpaCy English NER" # Selected value for the dropdown menu
|
| 323 |
]
|
| 324 |
],
|
|
|
|
| 318 |
gr.Examples(
|
| 319 |
[
|
| 320 |
[ # Text to display above the image
|
| 321 |
+
"The year is 2043.pdf", # Path to the image file
|
| 322 |
"SpaCy English NER" # Selected value for the dropdown menu
|
| 323 |
]
|
| 324 |
],
|