DongfuJiang commited on
Commit
8161de1
1 Parent(s): 86744eb
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -102,7 +102,7 @@ def build_demo():
102
  gr.Markdown(""" # Mantis
103
  Mantis is a multimodal conversational AI model that can chat with users about images and text. It's optimized for multi-image reasoning, where inverleaved text and images can be used to generate responses.
104
 
105
- | [Github](https://github.com/TIGER-AI-Lab/Mantis) | [Blog](https://tiger-ai-lab.github.io/Blog/mantis) | [Models](https://huggingface.co/collections/TIGER-Lab/mantis-6619b0834594c878cdb1d6e4) |
106
  """)
107
  # gr.Image("./barchart_single_image_vqa.jpeg")
108
  with gr.Column():
@@ -111,7 +111,7 @@ def build_demo():
111
  gr.Markdown("""## Chat with Mantis
112
  Mantis supports interleaved text-image input format, where you can simply use the placeholder `<image>` to indicate the position of uploaded images.
113
  The model is optimized for multi-image reasoning, while preserving the ability to chat about text and images in a single conversation.
114
- (The model currently serving is [Mantis-bakllava-7b](https://huggingface.co/TIGER-Lab/Mantis-bakllava-7b))
115
  """)
116
 
117
  chatbot = gr.Chatbot(line_breaks=True)
 
102
  gr.Markdown(""" # Mantis
103
  Mantis is a multimodal conversational AI model that can chat with users about images and text. It's optimized for multi-image reasoning, where inverleaved text and images can be used to generate responses.
104
 
105
+ | [Github](https://github.com/TIGER-AI-Lab/Mantis) | [Models](https://huggingface.co/collections/TIGER-Lab/mantis-6619b0834594c878cdb1d6e4) |
106
  """)
107
  # gr.Image("./barchart_single_image_vqa.jpeg")
108
  with gr.Column():
 
111
  gr.Markdown("""## Chat with Mantis
112
  Mantis supports interleaved text-image input format, where you can simply use the placeholder `<image>` to indicate the position of uploaded images.
113
  The model is optimized for multi-image reasoning, while preserving the ability to chat about text and images in a single conversation.
114
+ (The model currently serving is [🤗 TIGER-Lab/Mantis-8B-siglip-llama3](TIGER-Lab/Mantis-8B-siglip-llama3))
115
  """)
116
 
117
  chatbot = gr.Chatbot(line_breaks=True)