Spaces:
Sleeping
Sleeping
howard-hou
commited on
Commit
•
6c82cee
1
Parent(s):
4e40a03
Update app.py
Browse files
app.py
CHANGED
@@ -92,11 +92,11 @@ def evaluate(
|
|
92 |
cur_dir = os.path.dirname(os.path.abspath(__file__))
|
93 |
examples = [
|
94 |
[
|
95 |
-
f"{cur_dir}/
|
96 |
"What is unusual about this image?",
|
97 |
],
|
98 |
[
|
99 |
-
f"{cur_dir}/
|
100 |
"What are the things I should be cautious about when I visit here?",
|
101 |
]
|
102 |
]
|
|
|
92 |
cur_dir = os.path.dirname(os.path.abspath(__file__))
|
93 |
examples = [
|
94 |
[
|
95 |
+
f"{cur_dir}/examples_extreme_ironing.jpg",
|
96 |
"What is unusual about this image?",
|
97 |
],
|
98 |
[
|
99 |
+
f"{cur_dir}/examples_waterview.jpg",
|
100 |
"What are the things I should be cautious about when I visit here?",
|
101 |
]
|
102 |
]
|