teowu commited on
Commit
838b9d1
β€’
1 Parent(s): 43ba66f

update logo

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -204,7 +204,7 @@ def http_bot(state, temperature, top_p, max_new_tokens, request: gr.Request):
204
 
205
 
206
  title_markdown = ("""
207
- <h1 align="center"><a href="https://github.com/Q-Future/Q-Instruct"><img src="https://avatars.githubusercontent.com/u/148673336?s=200&v=4", alt="Q-Instruct (mPLUG-Owl-2)" border="0" style="margin: 0 auto; height: 200px;" /></a> </h1>
208
 
209
  <h2 align="center">Q-Instruct: Improving Low-level Visual Abilities for Multi-modality Foundation Models</h2>
210
 
@@ -213,7 +213,7 @@ title_markdown = ("""
213
  <div align="center">
214
  <div style="display:flex; gap: 0.25rem;" align="center">
215
  <a href='https://github.com/Q-Future/Q-Instruct'><img src='https://img.shields.io/badge/Github-Code-blue'></a>
216
- <a href="https://Q-Instruct.github.io/Q-Instruct/fig/Q_Instruct_v0_1_preview.pdf"><img src="https://img.shields.io/badge/Arxiv-2311.0xxxx-red"></a>
217
  <a href='https://github.com/Q-Future/Q-Instruct/stargazers'><img src='https://img.shields.io/github/stars/Q-Future/Q-Instruct.svg?style=social'></a>
218
  </div>
219
  </div>
 
204
 
205
 
206
  title_markdown = ("""
207
+ <h1 align="center"><a href="https://github.com/Q-Future/Q-Instruct"><img src="https://github.com/Q-Future/Q-Instruct/blob/main/q_instruct_logo.png?raw=true", alt="Q-Instruct (mPLUG-Owl-2)" border="0" style="margin: 0 auto; height: 85px;" /></a> </h1>
208
 
209
  <h2 align="center">Q-Instruct: Improving Low-level Visual Abilities for Multi-modality Foundation Models</h2>
210
 
 
213
  <div align="center">
214
  <div style="display:flex; gap: 0.25rem;" align="center">
215
  <a href='https://github.com/Q-Future/Q-Instruct'><img src='https://img.shields.io/badge/Github-Code-blue'></a>
216
+ <a href="https://Q-Instruct.github.io/Q-Instruct/fig/Q_Instruct_v0_1_preview.pdf"><img src="https://img.shields.io/badge/Technical-Report-red"></a>
217
  <a href='https://github.com/Q-Future/Q-Instruct/stargazers'><img src='https://img.shields.io/github/stars/Q-Future/Q-Instruct.svg?style=social'></a>
218
  </div>
219
  </div>