Spaces:
Sleeping
Sleeping
howard-hou
commited on
Commit
•
4a3a6ea
1
Parent(s):
ed80f94
Update app.py
Browse files
app.py
CHANGED
@@ -95,11 +95,11 @@ examples = [
|
|
95 |
[
|
96 |
f"{cur_dir}/examples_pizza.jpg",
|
97 |
"What are steps to cook it?"
|
98 |
-
]
|
99 |
[
|
100 |
f"{cur_dir}/examples_bluejay.jpg",
|
101 |
"what is the name of this bird?",
|
102 |
-
]
|
103 |
[
|
104 |
f"{cur_dir}/examples_extreme_ironing.jpg",
|
105 |
"What is unusual about this image?",
|
@@ -107,7 +107,7 @@ examples = [
|
|
107 |
[
|
108 |
f"{cur_dir}/examples_waterview.jpg",
|
109 |
"What are the things I should be cautious about when I visit here?",
|
110 |
-
]
|
111 |
]
|
112 |
|
113 |
|
|
|
95 |
[
|
96 |
f"{cur_dir}/examples_pizza.jpg",
|
97 |
"What are steps to cook it?"
|
98 |
+
],
|
99 |
[
|
100 |
f"{cur_dir}/examples_bluejay.jpg",
|
101 |
"what is the name of this bird?",
|
102 |
+
],
|
103 |
[
|
104 |
f"{cur_dir}/examples_extreme_ironing.jpg",
|
105 |
"What is unusual about this image?",
|
|
|
107 |
[
|
108 |
f"{cur_dir}/examples_waterview.jpg",
|
109 |
"What are the things I should be cautious about when I visit here?",
|
110 |
+
],
|
111 |
]
|
112 |
|
113 |
|