Spaces:
Runtime error
Runtime error
LanguageBind
commited on
Commit
β’
932c4bc
1
Parent(s):
dba5eaa
Update llava/serve/gradio_utils.py
Browse files
llava/serve/gradio_utils.py
CHANGED
@@ -9,7 +9,7 @@ from llava.utils import disable_torch_init
|
|
9 |
title_markdown = ("""
|
10 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
11 |
<a href="https://github.com/PKU-YuanGroup/LanguageBind" style="margin-right: 20px; text-decoration: none; display: flex; align-items: center;">
|
12 |
-
<img src="https://z1.ax1x.com/2023/11/07/pil4sqH.png" alt="
|
13 |
</a>
|
14 |
<div>
|
15 |
<h1 >Video-LLaVA: Improved LLaVA with United Visual Representation</h1>
|
@@ -20,9 +20,9 @@ title_markdown = ("""
|
|
20 |
|
21 |
<div align="center">
|
22 |
<div style="display:flex; gap: 0.25rem;" align="center">
|
23 |
-
<a href='https://github.com/PKU-YuanGroup/
|
24 |
-
<a href="https://arxiv.org/pdf/
|
25 |
-
<a href='https://github.com/PKU-YuanGroup/
|
26 |
</div>
|
27 |
</div>
|
28 |
""")
|
|
|
9 |
title_markdown = ("""
|
10 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
11 |
<a href="https://github.com/PKU-YuanGroup/LanguageBind" style="margin-right: 20px; text-decoration: none; display: flex; align-items: center;">
|
12 |
+
<img src="https://z1.ax1x.com/2023/11/07/pil4sqH.png" alt="Video-LLaVAπ" style="max-width: 120px; height: auto;">
|
13 |
</a>
|
14 |
<div>
|
15 |
<h1 >Video-LLaVA: Improved LLaVA with United Visual Representation</h1>
|
|
|
20 |
|
21 |
<div align="center">
|
22 |
<div style="display:flex; gap: 0.25rem;" align="center">
|
23 |
+
<a href='https://github.com/PKU-YuanGroup/Video-LLaVA'><img src='https://img.shields.io/badge/Github-Code-blue'></a>
|
24 |
+
<a href="https://arxiv.org/pdf/2311.10122.pdf"><img src="https://img.shields.io/badge/Arxiv-2311.10122-red"></a>
|
25 |
+
<a href='https://github.com/PKU-YuanGroup/Video-LLaVA/stargazers'><img src='https://img.shields.io/github/stars/PKU-YuanGroup/Video-LLaVA.svg?style=social'></a>
|
26 |
</div>
|
27 |
</div>
|
28 |
""")
|