Spaces:
Running
Running
Dongxu Li
commited on
Commit
·
d93faa0
1
Parent(s):
6b1676b
add pizza example.
Browse files
app.py
CHANGED
|
@@ -140,6 +140,7 @@ 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 |
|
| 145 |
with gr.Blocks(
|
|
|
|
| 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 |
+
["pizza.jpg", "What are the ingredients of it?"],
|
| 144 |
]
|
| 145 |
|
| 146 |
with gr.Blocks(
|
pizza.jpg
ADDED
|