Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -213,7 +213,7 @@ with gr.Blocks(title="NuExtract – zero-shot structured extraction") as demo:
|
|
| 213 |
|
| 214 |
example_data = [
|
| 215 |
[
|
| 216 |
-
"
|
| 217 |
"", # no text
|
| 218 |
"""{
|
| 219 |
"movie_name": "verbatim-string",
|
|
|
|
| 213 |
|
| 214 |
example_data = [
|
| 215 |
[
|
| 216 |
+
"data/affiche.jpg", # image file
|
| 217 |
"", # no text
|
| 218 |
"""{
|
| 219 |
"movie_name": "verbatim-string",
|