Spaces:
Runtime error
Runtime error
Dongxu Li
commited on
Commit
•
f806d99
1
Parent(s):
0c38376
update
Browse files
app.py
CHANGED
@@ -139,6 +139,7 @@ endpoint = Endpoint()
|
|
139 |
examples = [
|
140 |
["house.png", "How could someone get out of the house?"],
|
141 |
["flower.jpg", "Question: What is this flower and where is it's origin? Answer:"],
|
|
|
142 |
["forbidden_city.webp", "In what dynasties was this place built?"],
|
143 |
]
|
144 |
|
|
|
139 |
examples = [
|
140 |
["house.png", "How could someone get out of the house?"],
|
141 |
["flower.jpg", "Question: What is this flower and where is it's origin? Answer:"],
|
142 |
+
["pizza.jpg", "What are steps to cook it?"],
|
143 |
["forbidden_city.webp", "In what dynasties was this place built?"],
|
144 |
]
|
145 |
|