Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -151,19 +151,28 @@ with gr.Blocks(title="Co-Instruct-Plus🧑🏫🖌️") as demo:
|
|
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">
|
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>
|
163 |
<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>
|
164 |
<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>
|
165 |
</div>
|
166 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
167 |
""")
|
168 |
gr.Markdown(title_markdown)
|
169 |
with gr.Row():
|
|
|
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 (CVPR 2024)</strong></div>
|
155 |
|
156 |
+
<div align="center">Built upon the Upgraded Version, Co-Instruct, supporting up to 4 images: <strong>Towards Open-ended Visual Quality Comparison (Arxiv 2024)</strong></div>
|
157 |
|
158 |
+
<div align="center">We also support <a href='https://huggingface.co/marcosv/InstructIR'>InstructIR</a> as PLUGIN to restore image!</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 |
+
<strong>Q-Instruct Resources:</strong>
|
163 |
<a href='https://github.com/Q-Future/Q-Instruct'><img src='https://img.shields.io/badge/Github-Code-blue'></a>
|
164 |
<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>
|
165 |
<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>
|
166 |
</div>
|
167 |
</div>
|
168 |
+
<div align="center">
|
169 |
+
<div style="display:flex; gap: 0.25rem;" align="center">
|
170 |
+
<strong>Co-Instruct Resources:</strong>
|
171 |
+
<a href='https://github.com/Q-Future/Co-Instruct'><img src='https://img.shields.io/badge/Github-Code-blue'></a>
|
172 |
+
<a href="https://arxiv.org/pdf/2402.16641.pdf"><img src="https://img.shields.io/badge/Technical-Report-red"></a>
|
173 |
+
<a href='https://github.com/Q-Future/Co-Instruct/stargazers'><img src='https://img.shields.io/github/stars/Q-Future/Co-Instruct.svg?style=social'></a>
|
174 |
+
</div>
|
175 |
+
</div>
|
176 |
""")
|
177 |
gr.Markdown(title_markdown)
|
178 |
with gr.Row():
|