Spaces:
Runtime error
Runtime error
Dongxu Li
commited on
Commit
•
0314a2f
1
Parent(s):
6f077c8
fix typo.
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ endpoint = Endpoint()
|
|
138 |
examples = [
|
139 |
["house.png", "How could someone get out of the house?"],
|
140 |
["flower.jpg", "Question: What is this flower and where is it's origin? Answer:"],
|
141 |
-
["forbidden_city.webp", "In what dynasties was this place
|
142 |
]
|
143 |
|
144 |
with gr.Blocks() as iface:
|
|
|
138 |
examples = [
|
139 |
["house.png", "How could someone get out of the house?"],
|
140 |
["flower.jpg", "Question: What is this flower and where is it's origin? Answer:"],
|
141 |
+
["forbidden_city.webp", "In what dynasties was this place built?"],
|
142 |
]
|
143 |
|
144 |
with gr.Blocks() as iface:
|