merve HF staff commited on
Commit
4f7320a
·
verified ·
1 Parent(s): a65bc30

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": "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"),
91
  description="Try [Chameleon-7B](https://huggingface.co/facebook/chameleon-7b) by Meta with transformers in this demo. Upload image(s), and start chatting about it, or simply try one of the examples below. If you don't upload an image, you will receive an error. ",
 
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"),
91
  description="Try [Chameleon-7B](https://huggingface.co/facebook/chameleon-7b) by Meta with transformers in this demo. Upload image(s), and start chatting about it, or simply try one of the examples below. If you don't upload an image, you will receive an error. ",