update layout
Browse files- app.py +27 -15
- images/{lamm.png → lamm_title.png} +0 -0
app.py
CHANGED
@@ -152,29 +152,41 @@ def reset_state():
|
|
152 |
|
153 |
|
154 |
with gr.Blocks(scale=4) as demo:
|
155 |
-
gr.
|
156 |
-
gr.
|
157 |
-
|
158 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
159 |
|
160 |
-
<a href="https://arxiv.org/pdf/2306.06687.pdf" target="_blank"><img src="https://img.shields.io/badge/arxiv-PDF-red"/></a>
|
161 |
|
162 |
-
<a href="https://openlamm.github.io" target="_blank"><img src="https://img.shields.io/badge/LAMM-HomePage-blue"/></a>
|
163 |
|
164 |
-
<a href="https://opendatalab.com/LAMM" target="_blank"><img src="https://img.shields.io/badge/LAMM-Dataset-green"/></a>
|
165 |
|
166 |
-
<a href="https://www.youtube.com/watch?v=M7XlIe8hhPk" target="_blank"><img src="https://img.shields.io/badge/video-Youtube-red"/></a>
|
167 |
|
168 |
-
<a href="https://www.bilibili.com/video/BV1kN411D7kt/?share_source=copy_web&vd_source=ab4c734425ed0114898300f2c037ac0b" target="_blank"><img src="https://img.shields.io/badge/video-Bilibili-blue"/></a>
|
169 |
|
170 |
-
<a href="https://github.com/OpenLAMM/LAMM" target="_blank"><img src="https://img.shields.io/badge/Repo-Github-white"/></a>
|
171 |
|
172 |
-
<a href="https://huggingface.co/openlamm" target="_blank"><img src="https://img.shields.io/badge/Models-huggingface-yellow"/></a>
|
173 |
|
174 |
-
<img src="https://img.shields.io/github/stars/OpenLAMM/LAMM.svg?style=social&label=Star"/>
|
175 |
-
</p>
|
176 |
-
Drop your image & Start talking with LAMM models.
|
177 |
-
""")
|
178 |
|
179 |
with gr.Row(scale=1):
|
180 |
with gr.Column(scale=1):
|
|
|
152 |
|
153 |
|
154 |
with gr.Blocks(scale=4) as demo:
|
155 |
+
gr.Image("./images/lamm_title.png", show_label=False, height=50)
|
156 |
+
gr.HTML(
|
157 |
+
"""
|
158 |
+
<p>
|
159 |
+
<p align="center">
|
160 |
+
<font size='4'>
|
161 |
+
<a href="https://openlamm.github.io/" target="_blank">🏠 Home Page</a> • <a href="https://github.com/OpenLAMM/LAMM" target="_blank">🌏 Github</a> • <a href="https://arxiv.org/pdf/2306.06687.pdf" target="_blank">📰 Paper</a> • <a href="https://www.youtube.com/watch?v=M7XlIe8hhPk" target="_blank">▶️ YouTube </a> • <a href="https://www.bilibili.com/video/BV1kN411D7kt/?share_source=copy_web&vd_source=ab4c734425ed0114898300f2c037ac0b" target="_blank"> 📺 Bilibili <a href="https://opendatalab.com/LAMM" target="_blank">📀 Data</a> • <a href="https://huggingface.co/openlamm" target="_blank">📦 LAMM Models</a>
|
162 |
+
</font>
|
163 |
+
</p>
|
164 |
+
</p>
|
165 |
+
"""
|
166 |
+
)
|
167 |
+
# gr.HTML("""<h1>LAMM: Language-Assisted Multi-Modal Instruction-Tuning Dataset, Framework, and Benchmark</h1>""")
|
168 |
+
# gr.Markdown(
|
169 |
+
# """
|
170 |
+
# <p>
|
171 |
|
172 |
+
# <a href="https://arxiv.org/pdf/2306.06687.pdf" target="_blank"><img src="https://img.shields.io/badge/arxiv-PDF-red"/></a>
|
173 |
|
174 |
+
# <a href="https://openlamm.github.io" target="_blank"><img src="https://img.shields.io/badge/LAMM-HomePage-blue"/></a>
|
175 |
|
176 |
+
# <a href="https://opendatalab.com/LAMM" target="_blank"><img src="https://img.shields.io/badge/LAMM-Dataset-green"/></a>
|
177 |
|
178 |
+
# <a href="https://www.youtube.com/watch?v=M7XlIe8hhPk" target="_blank"><img src="https://img.shields.io/badge/video-Youtube-red"/></a>
|
179 |
|
180 |
+
# <a href="https://www.bilibili.com/video/BV1kN411D7kt/?share_source=copy_web&vd_source=ab4c734425ed0114898300f2c037ac0b" target="_blank"><img src="https://img.shields.io/badge/video-Bilibili-blue"/></a>
|
181 |
|
182 |
+
# <a href="https://github.com/OpenLAMM/LAMM" target="_blank"><img src="https://img.shields.io/badge/Repo-Github-white"/></a>
|
183 |
|
184 |
+
# <a href="https://huggingface.co/openlamm" target="_blank"><img src="https://img.shields.io/badge/Models-huggingface-yellow"/></a>
|
185 |
|
186 |
+
# <img src="https://img.shields.io/github/stars/OpenLAMM/LAMM.svg?style=social&label=Star"/>
|
187 |
+
# </p>
|
188 |
+
# Drop your image & Start talking with LAMM models.
|
189 |
+
# """)
|
190 |
|
191 |
with gr.Row(scale=1):
|
192 |
with gr.Column(scale=1):
|
images/{lamm.png → lamm_title.png}
RENAMED
File without changes
|