Spaces:
Runtime error
Runtime error
Update app_dialogue.py
Browse files- app_dialogue.py +18 -0
app_dialogue.py
CHANGED
|
@@ -143,6 +143,24 @@ EXAMPLES = [
|
|
| 143 |
"files": [f"{examples_path}/example_images/barbie.jpeg", f"{examples_path}/example_images/oppenheimer.jpeg"],
|
| 144 |
}
|
| 145 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 146 |
]
|
| 147 |
|
| 148 |
API_TOKEN = os.getenv("HF_AUTH_TOKEN")
|
|
|
|
| 143 |
"files": [f"{examples_path}/example_images/barbie.jpeg", f"{examples_path}/example_images/oppenheimer.jpeg"],
|
| 144 |
}
|
| 145 |
],
|
| 146 |
+
[
|
| 147 |
+
{
|
| 148 |
+
"text": "What is formed by the deposition of either the weathered remains of other rocks?",
|
| 149 |
+
"files": [f"{examples_path}/example_images/ai2d_example.jpeg"],
|
| 150 |
+
}
|
| 151 |
+
],
|
| 152 |
+
[
|
| 153 |
+
{
|
| 154 |
+
"text": "Chase wants to buy 4 kilograms of oval beads and 5 kilograms of star-shaped beads. How much will he spend?",
|
| 155 |
+
"files": [f"{examples_path}/example_images/mmmu_example.jpeg"],
|
| 156 |
+
}
|
| 157 |
+
],
|
| 158 |
+
[
|
| 159 |
+
{
|
| 160 |
+
"text": "What happens to fish if pelicans increase?",
|
| 161 |
+
"files": [f"{examples_path}/example_images/ai2d_example_2.jpeg"],
|
| 162 |
+
}
|
| 163 |
+
],
|
| 164 |
]
|
| 165 |
|
| 166 |
API_TOKEN = os.getenv("HF_AUTH_TOKEN")
|