Unggi commited on
Commit
7a4d1ff
1 Parent(s): 226b2fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -403,11 +403,11 @@ def build_demo(embed_mode):
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
  ],
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],