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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -84,7 +84,8 @@ def bot_streaming(message, history):
84
 
85
 
86
  demo = gr.ChatInterface(fn=bot_streaming, title="Chameleon 🦎", examples=[
87
- {"text": "There are two images in the input. What is the relationship between this image and this image?", "files":["./bee.jpg", "./depth-bee.png"]},
 
88
  {"text": "What is on the flower?", "files":["./bee.jpg"]}],
89
  textbox=gr.MultimodalTextbox(file_count="multiple"),
90
  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. ",
 
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"),
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. ",