Spaces:
Runtime error
Runtime error
update icon
Browse files
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://
|
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 |
|