Spaces:
Runtime error
Runtime error
Update app_dialogue.py
Browse files- app_dialogue.py +6 -0
app_dialogue.py
CHANGED
@@ -108,6 +108,12 @@ EXAMPLES = [
|
|
108 |
"files": [f"{examples_path}/example_images/running_girl_meme.webp"],
|
109 |
}
|
110 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
]
|
112 |
|
113 |
API_TOKEN = os.getenv("HF_AUTH_TOKEN")
|
|
|
108 |
"files": [f"{examples_path}/example_images/running_girl_meme.webp"],
|
109 |
}
|
110 |
],
|
111 |
+
[
|
112 |
+
{
|
113 |
+
"text": "Give an art-critic description of this well known painting",
|
114 |
+
"files": [f"{examples_path}/example_images/Van-Gogh-Starry-Night.jpg"],
|
115 |
+
}
|
116 |
+
],
|
117 |
]
|
118 |
|
119 |
API_TOKEN = os.getenv("HF_AUTH_TOKEN")
|