KerwinJob commited on
Commit
0ddb262
1 Parent(s): db817cc

Update serve_constants.py

Browse files
Files changed (1) hide show
  1. serve_constants.py +4 -4
serve_constants.py CHANGED
@@ -1,6 +1,6 @@
1
  title_markdown = """
2
  <div style="display: flex; justify-content: left; align-items: center; text-align: left; background: linear-gradient(45deg, rgba(195, 253, 245, 0.8), rgba(255, 0, 80, 0.3)); border-radius: 10px; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);"> <a href="https://llava-vl.github.io/blog/2024-05-10-llava-next-stronger-llms/" style="margin-right: 20px; text-decoration: none; display: flex; align-items: center;">
3
- <img src="https://i.postimg.cc/sgbKDRVP/pangea-logo.png" alt="LLaVA-NeXT" style="max-width: 80px; height: auto; border-radius: 10px;">
4
  </a>
5
  <div>
6
  <h2 ><a href="https://llava-vl.github.io/blog/2024-05-10-llava-next-stronger-llms/">LLaVA OneVision: Multimodal Chat</a> </h2>
@@ -74,11 +74,11 @@ html_header = """
74
 
75
  <div class="header-container">
76
  <a href="https://neulab.github.io/Pangea/" style="margin-right: 20px; text-decoration: none; display: flex; align-items: center;">
77
- <img src="https://i.postimg.cc/sgbKDRVP/pangea-logo.png" alt="LLaVA-NeXT">
78
  </a>
79
  <div>
80
- <h2><a href="https://neulab.github.io/Pangea/">PANGEA: A Fully Open Multilingual Multimodal LLM for 39 Languages</a></h2>
81
- <h5><a href="https://neulab.github.io/Pangea/">Code</a> | <a href="https://neulab.github.io/Pangea/">Checkpoints</a> | <a href="https://neulab.github.io/Pangea/">Data</a> | <a href="https://neulab.github.io/Pangea/">PANGEA Demo</a></h5>
82
  </div>
83
  </div>
84
  """
 
1
  title_markdown = """
2
  <div style="display: flex; justify-content: left; align-items: center; text-align: left; background: linear-gradient(45deg, rgba(195, 253, 245, 0.8), rgba(255, 0, 80, 0.3)); border-radius: 10px; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);"> <a href="https://llava-vl.github.io/blog/2024-05-10-llava-next-stronger-llms/" style="margin-right: 20px; text-decoration: none; display: flex; align-items: center;">
3
+ <img src="https://i.postimg.cc/sx6yL5ff/mammoth-vl.png" alt="LLaVA-NeXT" style="max-width: 80px; height: auto; border-radius: 10px;">
4
  </a>
5
  <div>
6
  <h2 ><a href="https://llava-vl.github.io/blog/2024-05-10-llava-next-stronger-llms/">LLaVA OneVision: Multimodal Chat</a> </h2>
 
74
 
75
  <div class="header-container">
76
  <a href="https://neulab.github.io/Pangea/" style="margin-right: 20px; text-decoration: none; display: flex; align-items: center;">
77
+ <img src="https://i.postimg.cc/sx6yL5ff/mammoth-vl.png" alt="LLaVA-NeXT">
78
  </a>
79
  <div>
80
+ <h2><a href="https://mammoth-vl.github.io/">MAmmoTH-VL:Scaling Synthetic Multimodal Instruction Data with Open Models</a></h2>
81
+ <h5><a href="https://mammoth-vl.github.io/">Code</a> | <a href="https://mammoth-vl.github.io/">Model</a> | <a href="https://mammoth-vl.github.io/">DataSet</a> | <a href="https://mammoth-vl.github.io/">Demo</a></h5>
82
  </div>
83
  </div>
84
  """