gordonhubackup commited on
Commit
b56f77f
1 Parent(s): 53ce711
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ title = """<h1 align="center">Demo of MQT-LLaVA</h1>"""
118
  description = """<h3>This is the demo of MQT-LLaVA. Upload your images and start chatting! <br> To use
119
  example questions, click example image, hit upload & start chat, and press enter on your keyboard in the chatbox.
120
  <br> Due to limited memory constraint, we only support single turn conversation. To ask multiple questions, hit Restart and upload your image! </h3>"""
121
- article = """<p><a href='https://gordonhu608.github.io/mqt-llava/'><img src='https://img.shields.io/badge/Project-Page-Green'></a></p><p><a href='https://github.com/gordonhu608/MQT-LLaVA'><img src='https://img.shields.io/badge/Github-Code-blue'></a></p><p><a href='https://arxiv.org/abs/'><img src='https://img.shields.io/badge/Paper-ArXiv-red'></a></p>
122
  """
123
 
124
  #TODO show examples below
 
118
  description = """<h3>This is the demo of MQT-LLaVA. Upload your images and start chatting! <br> To use
119
  example questions, click example image, hit upload & start chat, and press enter on your keyboard in the chatbox.
120
  <br> Due to limited memory constraint, we only support single turn conversation. To ask multiple questions, hit Restart and upload your image! </h3>"""
121
+ article = """<p><a href='https://gordonhu608.github.io/mqtllava/'><img src='https://img.shields.io/badge/Project-Page-Green'></a></p><p><a href='https://github.com/gordonhu608/MQT-LLaVA'><img src='https://img.shields.io/badge/Github-Code-blue'></a></p><p><a href='https://arxiv.org/abs/2405.19315'><img src='https://img.shields.io/badge/Paper-ArXiv-red'></a></p>
122
  """
123
 
124
  #TODO show examples below