merve HF Staff commited on
Commit
3752e93
·
verified ·
1 Parent(s): 4f7320a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def bot_streaming(message, history):
84
 
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": "What art style is this and which century?", "files":["./rococo_1.jpg"]},
89
  {"text": "What is on the flower?", "files":["./bee.jpg"]}],
90
  textbox=gr.MultimodalTextbox(file_count="multiple"),
 
84
 
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": "What art style is this and which century?", "files":["./rococo_1.jpg"]},
89
  {"text": "What is on the flower?", "files":["./bee.jpg"]}],
90
  textbox=gr.MultimodalTextbox(file_count="multiple"),