Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -205,7 +205,7 @@ def http_bot(state, temperature, top_p, max_new_tokens, request: gr.Request):
|
|
205 |
|
206 |
|
207 |
title_markdown = ("""
|
208 |
-
<h1 align="center"><a href="https://github.com/X-PLUG/mPLUG-Owl"><img src="https://z1.ax1x.com/2023/11/03/piM1rGQ.md.png", alt="mPLUG-Owl" border="0" style="margin: 0 auto; height: 200px;" /></a> </h1>
|
209 |
|
210 |
<h2 align="center"> mPLUG-Owl2: Revolutionizing Multi-modal Large Language Model with Modality Collaboration</h2>
|
211 |
|
@@ -213,8 +213,8 @@ title_markdown = ("""
|
|
213 |
|
214 |
<div align="center">
|
215 |
<div style="display:flex; gap: 0.25rem;" align="center">
|
216 |
-
<a href='https://github.com/X-PLUG/mPLUG-Owl'><img src='https://img.shields.io/badge/Github-Code-blue'></a>
|
217 |
-
<a href="https://arxiv.org/abs/
|
218 |
<a href='https://github.com/X-PLUG/mPLUG-Owl/stargazers'><img src='https://img.shields.io/github/stars/X-PLUG/mPLUG-Owl.svg?style=social'></a>
|
219 |
</div>
|
220 |
</div>
|
|
|
205 |
|
206 |
|
207 |
title_markdown = ("""
|
208 |
+
<h1 align="center"><a href="https://github.com/X-PLUG/mPLUG-Owl/tree/main/mPLUG-Owl2"><img src="https://z1.ax1x.com/2023/11/03/piM1rGQ.md.png", alt="mPLUG-Owl" border="0" style="margin: 0 auto; height: 200px;" /></a> </h1>
|
209 |
|
210 |
<h2 align="center"> mPLUG-Owl2: Revolutionizing Multi-modal Large Language Model with Modality Collaboration</h2>
|
211 |
|
|
|
213 |
|
214 |
<div align="center">
|
215 |
<div style="display:flex; gap: 0.25rem;" align="center">
|
216 |
+
<a href='https://github.com/X-PLUG/mPLUG-Owl/tree/main/mPLUG-Owl2'><img src='https://img.shields.io/badge/Github-Code-blue'></a>
|
217 |
+
<a href="https://arxiv.org/abs/2311.04257"><img src="https://img.shields.io/badge/Arxiv-2311.04257-red"></a>
|
218 |
<a href='https://github.com/X-PLUG/mPLUG-Owl/stargazers'><img src='https://img.shields.io/github/stars/X-PLUG/mPLUG-Owl.svg?style=social'></a>
|
219 |
</div>
|
220 |
</div>
|