Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ with gr.Blocks(title="NuExtract – zero-shot structured extraction") as demo:
|
|
192 |
|
193 |
example_data = [
|
194 |
[
|
195 |
-
"
|
196 |
"", # no text
|
197 |
"""{
|
198 |
"movie_name": "verbatim-string",
|
|
|
192 |
|
193 |
example_data = [
|
194 |
[
|
195 |
+
"data/affiche.jpg", # image file
|
196 |
"", # no text
|
197 |
"""{
|
198 |
"movie_name": "verbatim-string",
|