Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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-
|
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)
|