Reuben Tan commited on
Commit
f447828
·
1 Parent(s): 77a6cab

remove img upload button

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -172,12 +172,12 @@ def gradio_answer(chatbot, chat_state, img_list, num_beams, temperature):
172
  title = """
173
  <h1 align="center">Global-Local QFormer for Long Video Understanding with LLMs</h1>
174
 
175
- <h5 align="center"> Introduction: We introduce a Global-Local QFormer video model that is connected with a Large Language Model to understand \
176
  and answer questions about long videos. </h5>
177
 
178
  <div style='display:flex; gap: 0.25rem; '>
179
- <a href='https://huggingface.co/spaces/rxtan/rxtan/Global-Local-QFormer-Video-LLM'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue'></a>
180
- <a href=''><img src='https://img.shields.io/badge/Paper-PDF-red'></a>
181
  </div>
182
 
183
 
 
172
  title = """
173
  <h1 align="center">Global-Local QFormer for Long Video Understanding with LLMs</h1>
174
 
175
+ <h5 align="center"> Introduction: We introduce a Global-Local QFormer video model that is connected with a Large Language Model to understand
176
  and answer questions about long videos. </h5>
177
 
178
  <div style='display:flex; gap: 0.25rem; '>
179
+ <a href='https://huggingface.co/spaces/rxtan/Global-Local-QFormer-Video-LLM'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue'></a>
180
+ <a href='https://cs-people.bu.edu/rxtan/projects/Global-Local-QFormer/pdf/CVPR_2024_paper.pdf'><img src='https://img.shields.io/badge/Paper-PDF-red'></a>
181
  </div>
182
 
183