Spaces:
Runtime error
Runtime error
Update app_dialogue.py
Browse files- app_dialogue.py +6 -0
app_dialogue.py
CHANGED
@@ -96,6 +96,12 @@ EXAMPLES = [
|
|
96 |
"files": [f"{examples_path}/example_images/paper_with_text.png"],
|
97 |
}
|
98 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
]
|
100 |
|
101 |
API_TOKEN = os.getenv("HF_AUTH_TOKEN")
|
|
|
96 |
"files": [f"{examples_path}/example_images/paper_with_text.png"],
|
97 |
}
|
98 |
],
|
99 |
+
[
|
100 |
+
{
|
101 |
+
"text": "Can this happen in real life?",
|
102 |
+
"files": [f"{examples_path}/example_images/elephant_spider_web.webp"],
|
103 |
+
}
|
104 |
+
],
|
105 |
]
|
106 |
|
107 |
API_TOKEN = os.getenv("HF_AUTH_TOKEN")
|