wenhu commited on
Commit
cdc6293
1 Parent(s): 773afd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def build_demo():
120
  gr.Markdown("""## Chat with Mantis
121
  Mantis supports interleaved text-image input format, where you can simply use the placeholder `<image>` to indicate the position of uploaded images.
122
  The model is optimized for multi-image reasoning, while preserving the ability to chat about text and images in a single conversation.
123
- (The model currently serving is [🤗 TIGER-Lab/Mantis-8B-siglip-llama3](TIGER-Lab/Mantis-8B-siglip-llama3))
124
  """)
125
 
126
  chatbot = gr.Chatbot(line_breaks=True)
 
120
  gr.Markdown("""## Chat with Mantis
121
  Mantis supports interleaved text-image input format, where you can simply use the placeholder `<image>` to indicate the position of uploaded images.
122
  The model is optimized for multi-image reasoning, while preserving the ability to chat about text and images in a single conversation.
123
+ (The model currently serving is [🤗 TIGER-Lab/Mantis-8B-siglip-llama3](https://huggingface.co/TIGER-Lab/Mantis-8B-siglip-llama3))
124
  """)
125
 
126
  chatbot = gr.Chatbot(line_breaks=True)