DongfuJiang
commited on
Merge branch 'main' of https://huggingface.co/spaces/TIGER-Lab/Mantis into HEAD
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ Mantis is a multimodal conversational AI model that can chat with users about im
|
|
115 |
gr.Markdown("""## Chat with Mantis
|
116 |
Mantis supports interleaved text-image input format, where you can simply use the placeholder `<image>` to indicate the position of uploaded images.
|
117 |
The model is optimized for multi-image reasoning, while preserving the ability to chat about text and images in a single conversation.
|
118 |
-
(The model currently serving is [π€ TIGER-Lab/Mantis-8B-siglip-llama3](TIGER-Lab/Mantis-8B-siglip-llama3))
|
119 |
""")
|
120 |
|
121 |
chatbot = gr.Chatbot(line_breaks=True)
|
|
|
115 |
gr.Markdown("""## Chat with Mantis
|
116 |
Mantis supports interleaved text-image input format, where you can simply use the placeholder `<image>` to indicate the position of uploaded images.
|
117 |
The model is optimized for multi-image reasoning, while preserving the ability to chat about text and images in a single conversation.
|
118 |
+
(The model currently serving is [π€ TIGER-Lab/Mantis-8B-siglip-llama3](https://huggingface.co/TIGER-Lab/Mantis-8B-siglip-llama3))
|
119 |
""")
|
120 |
|
121 |
chatbot = gr.Chatbot(line_breaks=True)
|