Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -402,11 +402,11 @@ def build_demo(embed_mode):
|
|
402 |
gr.Examples(
|
403 |
examples=[
|
404 |
[
|
405 |
-
f"{cur_dir}/examples/
|
406 |
"What is unusual about this image?",
|
407 |
],
|
408 |
[
|
409 |
-
f"{cur_dir}/examples/
|
410 |
"What are the things I should be cautious about when I visit here?",
|
411 |
],
|
412 |
],
|
|
|
402 |
gr.Examples(
|
403 |
examples=[
|
404 |
[
|
405 |
+
f"{cur_dir}/examples/ex1.jpeg",
|
406 |
"What is unusual about this image?",
|
407 |
],
|
408 |
[
|
409 |
+
f"{cur_dir}/examples/ex2.jpeg",
|
410 |
"What are the things I should be cautious about when I visit here?",
|
411 |
],
|
412 |
],
|