Spaces:
Runtime error
Runtime error
Update app_dialogue.py
Browse files- app_dialogue.py +1 -1
app_dialogue.py
CHANGED
|
@@ -105,7 +105,7 @@ EXAMPLES = [
|
|
| 105 |
[
|
| 106 |
{
|
| 107 |
"text": "Can you explain this meme?",
|
| 108 |
-
"files": [f"{examples_path}/example_images/
|
| 109 |
}
|
| 110 |
],
|
| 111 |
]
|
|
|
|
| 105 |
[
|
| 106 |
{
|
| 107 |
"text": "Can you explain this meme?",
|
| 108 |
+
"files": [f"{examples_path}/example_images/running_girl_meme.webp"],
|
| 109 |
}
|
| 110 |
],
|
| 111 |
]
|