teowu commited on
Commit
29fd41c
1 Parent(s): f8692f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -149,13 +149,14 @@ title = "Co-Instruct-Plus🧑‍🏫🖌️"
149
  with gr.Blocks(title="Co-Instruct-Plus🧑‍🏫🖌️") as demo:
150
  title_markdown = ("""
151
 
 
152
 
153
  <div align="center">Built upon <strong>Q-Instruct: Improving Low-level Visual Abilities for Multi-modality Foundation Models</strong></div>
154
 
155
- <div align="center">Build upin Co-Instruct: <strong>Towards Open-ended Visual Quality Comparison</strong></div>
156
 
157
  <div align="center">Co-Instruct is the Upgraded Version of Q-Instruct with Multi-image (up to 4, same as GPT-4V) Support! We also support <a href='https://huggingface.co/marcosv/InstructIR'>InstructIR</a> as PLUGIN!</div>
158
- <h5 align="center"> Please find our more accurate visual scoring demo on <a href='https://huggingface.co/spaces/teowu/OneScorer'>[OneScorer]</a>!</h2>
159
  <div align="center">
160
  <div style="display:flex; gap: 0.25rem;" align="center">
161
  <a href='https://github.com/Q-Future/Q-Instruct'><img src='https://img.shields.io/badge/Github-Code-blue'></a>
 
149
  with gr.Blocks(title="Co-Instruct-Plus🧑‍🏫🖌️") as demo:
150
  title_markdown = ("""
151
 
152
+ <h1 align="center"><a href="https://github.com/Q-Future/Co-Instruct"><img src="https://raw.githubusercontent.com/Q-Future/Co-Instruct/main/co-instruct.png", alt="Co-Instruct" border="0" style="margin: 0 auto; height: 85px;" /></a> </h1>
153
 
154
  <div align="center">Built upon <strong>Q-Instruct: Improving Low-level Visual Abilities for Multi-modality Foundation Models</strong></div>
155
 
156
+ <div align="center">Built upon Co-Instruct: <strong>Towards Open-ended Visual Quality Comparison</strong></div>
157
 
158
  <div align="center">Co-Instruct is the Upgraded Version of Q-Instruct with Multi-image (up to 4, same as GPT-4V) Support! We also support <a href='https://huggingface.co/marcosv/InstructIR'>InstructIR</a> as PLUGIN!</div>
159
+ <h5 align="center"> Please find our more accurate visual scoring demo on <a href='https://huggingface.co/spaces/teowu/OneScorer'>[OneScorer]</a> (Q-Align)!</h2>
160
  <div align="center">
161
  <div style="display:flex; gap: 0.25rem;" align="center">
162
  <a href='https://github.com/Q-Future/Q-Instruct'><img src='https://img.shields.io/badge/Github-Code-blue'></a>