Update app_dialogue.py
Browse files- app_dialogue.py +6 -0
app_dialogue.py
CHANGED
|
@@ -102,6 +102,12 @@ EXAMPLES = [
|
|
| 102 |
"files": [f"{examples_path}/example_images/elephant_spider_web.webp"],
|
| 103 |
}
|
| 104 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
]
|
| 106 |
|
| 107 |
API_TOKEN = os.getenv("HF_AUTH_TOKEN")
|
|
|
|
| 102 |
"files": [f"{examples_path}/example_images/elephant_spider_web.webp"],
|
| 103 |
}
|
| 104 |
],
|
| 105 |
+
[
|
| 106 |
+
{
|
| 107 |
+
"text": "Can you explain this meme?",
|
| 108 |
+
"files": [f"{examples_path}/example_images/running-girl-meme.jpeg"],
|
| 109 |
+
}
|
| 110 |
+
],
|
| 111 |
]
|
| 112 |
|
| 113 |
API_TOKEN = os.getenv("HF_AUTH_TOKEN")
|