merve HF staff commited on
Commit
28d9bf0
·
verified ·
1 Parent(s): b572ee7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def bot_streaming(message, history):
85
 
86
  demo = gr.ChatInterface(fn=bot_streaming, title="Chameleon 🦎", examples=[
87
  {"text": "Where to find this monument? Can you give me other recommendations around the area?", "files":["./wat_arun.jpg"]},
88
- {"text": "Do these two art pieces belong to the same era? If so, which era do they belong?", "files":["./rococo_1.jpg","./rococo_2.jpg"]},
89
  {"text": "What art style is this and which century?", "files":["./rococo_1.jpg"]},
90
  {"text": "What is on the flower?", "files":["./bee.jpg"]}],
91
  textbox=gr.MultimodalTextbox(file_count="multiple"),
 
85
 
86
  demo = gr.ChatInterface(fn=bot_streaming, title="Chameleon 🦎", examples=[
87
  {"text": "Where to find this monument? Can you give me other recommendations around the area?", "files":["./wat_arun.jpg"]},
88
+ {"text": "Do these two pieces belong to the same era and if so, which era is it?", "files":["./rococo_1.jpg","./rococo_2.jpg"]},
89
  {"text": "What art style is this and which century?", "files":["./rococo_1.jpg"]},
90
  {"text": "What is on the flower?", "files":["./bee.jpg"]}],
91
  textbox=gr.MultimodalTextbox(file_count="multiple"),