Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -142,15 +142,19 @@ examples = [
|
|
142 |
["What is the problem in this image, and how to fix it? Please answer my questions one by one.", "examples/lol_748.png", None],
|
143 |
]
|
144 |
|
|
|
145 |
|
146 |
|
147 |
-
title = "
|
148 |
-
with gr.Blocks(title="
|
149 |
title_markdown = ("""
|
150 |
-
|
151 |
-
|
152 |
-
<
|
153 |
-
|
|
|
|
|
|
|
154 |
<h5 align="center"> Please find our more accurate visual scoring demo on <a href='https://huggingface.co/spaces/teowu/OneScorer'>[OneScorer]</a>!</h2>
|
155 |
<div align="center">
|
156 |
<div style="display:flex; gap: 0.25rem;" align="center">
|
|
|
142 |
["What is the problem in this image, and how to fix it? Please answer my questions one by one.", "examples/lol_748.png", None],
|
143 |
]
|
144 |
|
145 |
+
#<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>
|
146 |
|
147 |
|
148 |
+
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">
|