chendl commited on
Commit
b32725e
1 Parent(s): caaca88

update icon

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,7 +193,7 @@ def generate(
193
 
194
  title = """<h1 align="center">Demo of Compositional-VLM</h1>"""
195
  description = """<h3>This is the demo of Compositional-VLM. Upload your images and start chatting!</h3>"""
196
- article = """<div style='display:flex; gap: 0.25rem; '><a href='https://compositionalvlm.github.io/'><img src='https://img.shields.io/badge/Project-Page-Green'></a><a href='https://github.com/senfu/CoVLM/'><img src='https://img.shields.io/badge/Github-Code-blue'></a><a href='https://arxiv.org/abs/2311.03354'><img src='https://img.shields.io/badge/Paper-PDF-red'></a></div>
197
  """
198
 
199
 
 
193
 
194
  title = """<h1 align="center">Demo of Compositional-VLM</h1>"""
195
  description = """<h3>This is the demo of Compositional-VLM. Upload your images and start chatting!</h3>"""
196
+ article = """<div style='display:flex; gap: 0.25rem; '><a href='https://vis-www.cs.umass.edu/CoVLM/'><img src='https://img.shields.io/badge/Project-Page-Green'></a><a href='https://github.com/UMass-Foundation-Model/CoVLM'><img src='https://img.shields.io/badge/Github-Code-blue'></a><a href='https://arxiv.org/abs/2311.03354'><img src='https://img.shields.io/badge/Paper-PDF-red'></a></div>
197
  """
198
 
199