merve HF staff commited on
Commit
2df119b
·
verified ·
1 Parent(s): c91b8d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,6 +87,6 @@ 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-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. ",
91
  stop_btn="Stop Generation", multimodal=True)
92
  demo.launch(debug=True)
 
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. ",
91
  stop_btn="Stop Generation", multimodal=True)
92
  demo.launch(debug=True)