LanguageBind commited on
Commit
d1b9dab
1 Parent(s): 932c4bc

Update llava/serve/gradio_utils.py

Browse files
Files changed (1) hide show
  1. llava/serve/gradio_utils.py +2 -2
llava/serve/gradio_utils.py CHANGED
@@ -8,11 +8,11 @@ from llava.utils import disable_torch_init
8
 
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>
16
  <h5 style="margin: 0;">If you like our project, please give us a star ✨ on Github for the latest update.</h5>
17
  </div>
18
  </div>
 
8
 
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/Video-LLaVA" 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: Video-LLaVA: Learning United Visual Representation by Alignment Before Projection</h1>
16
  <h5 style="margin: 0;">If you like our project, please give us a star ✨ on Github for the latest update.</h5>
17
  </div>
18
  </div>