Spaces:
Runtime error
Runtime error
Update app_dialogue.py
Browse files- app_dialogue.py +6 -0
app_dialogue.py
CHANGED
|
@@ -90,6 +90,12 @@ EXAMPLES = [
|
|
| 90 |
"files": [f"{examples_path}/example_images/dragons_playing.png"],
|
| 91 |
}
|
| 92 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
]
|
| 94 |
|
| 95 |
API_TOKEN = os.getenv("HF_AUTH_TOKEN")
|
|
|
|
| 90 |
"files": [f"{examples_path}/example_images/dragons_playing.png"],
|
| 91 |
}
|
| 92 |
],
|
| 93 |
+
[
|
| 94 |
+
{
|
| 95 |
+
"text": "Read what's written on the paper",
|
| 96 |
+
"files": [f"{examples_path}/example_images/paper_with_text.png"],
|
| 97 |
+
}
|
| 98 |
+
],
|
| 99 |
]
|
| 100 |
|
| 101 |
API_TOKEN = os.getenv("HF_AUTH_TOKEN")
|