Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -403,11 +403,11 @@ def build_demo(embed_mode):
|
|
403 |
examples=[
|
404 |
[
|
405 |
f"{cur_dir}/examples/ex1.jpeg",
|
406 |
-
"
|
407 |
],
|
408 |
[
|
409 |
f"{cur_dir}/examples/ex2.jpeg",
|
410 |
-
"What
|
411 |
],
|
412 |
],
|
413 |
inputs=[imagebox, textbox],
|
|
|
403 |
examples=[
|
404 |
[
|
405 |
f"{cur_dir}/examples/ex1.jpeg",
|
406 |
+
"I don't know how to appreciate this artwork. Can you help me?",
|
407 |
],
|
408 |
[
|
409 |
f"{cur_dir}/examples/ex2.jpeg",
|
410 |
+
"What does this flower mean?",
|
411 |
],
|
412 |
],
|
413 |
inputs=[imagebox, textbox],
|