Spaces:
Runtime error
Runtime error
Update serve_constants.py
Browse files- serve_constants.py +9 -14
serve_constants.py
CHANGED
@@ -1,10 +1,10 @@
|
|
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://
|
3 |
-
<img src="https://i.postimg.cc/sx6yL5ff/mammoth-vl.png" alt="
|
4 |
</a>
|
5 |
<div>
|
6 |
-
<h2 ><a href="https://
|
7 |
-
<h5 style="margin: 0;"><a href="https://
|
8 |
</div>
|
9 |
</div>
|
10 |
"""
|
@@ -73,12 +73,12 @@ html_header = """
|
|
73 |
</style>
|
74 |
|
75 |
<div class="header-container">
|
76 |
-
<a href="https://
|
77 |
-
<img src="https://i.postimg.cc/sx6yL5ff/mammoth-vl.png" alt="
|
78 |
</a>
|
79 |
<div>
|
80 |
-
<h2><a href="https://mammoth-vl.github.io/">MAmmoTH-VL:
|
81 |
-
<h5><a href="https://
|
82 |
</div>
|
83 |
</div>
|
84 |
"""
|
@@ -106,12 +106,7 @@ The service is a research preview and is subject to the [License](https://huggin
|
|
106 |
bibtext = """
|
107 |
## Citation
|
108 |
```
|
109 |
-
|
110 |
-
title={Pangea: A Fully Open Multilingual Multimodal LLM for 39 Languages},
|
111 |
-
author={Yue, Xiang and Song, Yueqi and Asai, Akari and Kim, Seungone and Nyandwi, Jean de Dieu and Khanuja, Simran and Kantharuban, Anjali and Sutawika, Lintang and Ramamoorthy, Sathyanarayanan and Neubig, Graham},
|
112 |
-
journal={arXiv preprint arXiv:2410.16153},
|
113 |
-
year={2024}
|
114 |
-
}
|
115 |
```
|
116 |
"""
|
117 |
|
|
|
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://mammoth-vl.github.io/" style="margin-right: 20px; text-decoration: none; display: flex; align-items: center;">
|
3 |
+
<img src="https://i.postimg.cc/sx6yL5ff/mammoth-vl.png" alt="MAmmoTH-VL" style="max-width: 80px; height: auto; border-radius: 10px;">
|
4 |
</a>
|
5 |
<div>
|
6 |
+
<h2 ><a href="https://mammoth-vl.github.io/">MAmmoTH-VL Chat</a> </h2>
|
7 |
+
<h5 style="margin: 0;"><a href="https://huggingface.co/MMSFT/MAmmoTH-VL-8B">Model</a> | <a href="https://github.com/MAmmoTH-VL/MAmmoTH-VL">Code</a> | <a href="https://huggingface.co/datasets/MMSFT/MAmmoTH-VL-12M">Dataset</a> | <a href="https://mammoth-vl.github.io/">Homepage</a></h5>
|
8 |
</div>
|
9 |
</div>
|
10 |
"""
|
|
|
73 |
</style>
|
74 |
|
75 |
<div class="header-container">
|
76 |
+
<a href="https://mammoth-vl.github.io/" style="margin-right: 20px; text-decoration: none; display: flex; align-items: center;">
|
77 |
+
<img src="https://i.postimg.cc/sx6yL5ff/mammoth-vl.png" alt="MAmmoTH-VL">
|
78 |
</a>
|
79 |
<div>
|
80 |
+
<h2><a href="https://mammoth-vl.github.io/">MAmmoTH-VL:Eliciting Multimodal Reasoning with Instruction Tuning at Scale</a></h2>
|
81 |
+
<h5><a href="https://github.com/MAmmoTH-VL/MAmmoTH-VL">Code</a> | <a href="https://huggingface.co/MMSFT/MAmmoTH-VL-8B">Model</a> | <a href="https://huggingface.co/datasets/MMSFT/MAmmoTH-VL-12M">DataSet</a> | <a href="https://mammoth-vl.github.io/">Homepage</a></h5>
|
82 |
</div>
|
83 |
</div>
|
84 |
"""
|
|
|
106 |
bibtext = """
|
107 |
## Citation
|
108 |
```
|
109 |
+
|
|
|
|
|
|
|
|
|
|
|
110 |
```
|
111 |
"""
|
112 |
|