DongfuJiang commited on
Commit
202f409
β€’
2 Parent(s): d74a248 cdc6293

Merge branch 'main' of https://huggingface.co/spaces/TIGER-Lab/Mantis into HEAD

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)