merve HF staff commited on
Commit
09482e0
·
verified ·
1 Parent(s): baba42a

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
  demo = gr.ChatInterface(fn=bot_streaming, title="Chameleon 🦎", examples=[
86
  {"text": "There are two images in the input. What is the relationship between this image and this image?", "files":["./bee.jpg", "./depth-bee.png"]},
87
- {"text": "What is on the flower?", "files":["./bee.jpg"]},
88
  textbox=gr.MultimodalTextbox(file_count="multiple"),
89
  description="Try Chameleon-30B by Meta 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. ",
90
  stop_btn="Stop Generation", multimodal=True)
 
84
 
85
  demo = gr.ChatInterface(fn=bot_streaming, title="Chameleon 🦎", examples=[
86
  {"text": "There are two images in the input. What is the relationship between this image and this image?", "files":["./bee.jpg", "./depth-bee.png"]},
87
+ {"text": "What is on the flower?", "files":["./bee.jpg"]}],
88
  textbox=gr.MultimodalTextbox(file_count="multiple"),
89
  description="Try Chameleon-30B by Meta 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. ",
90
  stop_btn="Stop Generation", multimodal=True)