Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -165,16 +165,30 @@ with gr.Blocks(
|
|
| 165 |
|
| 166 |
gr.HTML(
|
| 167 |
"""
|
| 168 |
-
<div align="center" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;">
|
| 169 |
-
|
| 170 |
-
|
| 171 |
-
|
| 172 |
-
|
| 173 |
-
|
| 174 |
-
|
| 175 |
-
|
| 176 |
-
|
| 177 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 178 |
</div>
|
| 179 |
"""
|
| 180 |
)
|
|
|
|
| 165 |
|
| 166 |
gr.HTML(
|
| 167 |
"""
|
| 168 |
+
<div align="center" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Microsoft YaHei', sans-serif; padding: 20px 0;">
|
| 169 |
+
<h1 style="font-weight: 700; color: #2C3E50; margin-bottom: 0.25rem; font-size: 2.5rem;">
|
| 170 |
+
Marco-MT-Algharb
|
| 171 |
+
</h1>
|
| 172 |
+
<p style="margin-top: 0; margin-bottom: 1.5rem;">
|
| 173 |
+
<a href="https://www.aidc-ai.com/marcomt" style="font-size: 1.25rem; color: #E67E22; text-decoration: none; font-weight: 500;">
|
| 174 |
+
Alibaba International Digital Commerce
|
| 175 |
+
</a>
|
| 176 |
+
</p>
|
| 177 |
+
|
| 178 |
+
<div style="display: flex; justify-content: center; gap: 8px;">
|
| 179 |
+
<a href="https://github.com/AIDC-AI/Marco-MT">
|
| 180 |
+
<img src="https://img.shields.io/badge/GitHub-Repository-181717?logo=github&style=for-the-badge" alt="GitHub">
|
| 181 |
+
</a>
|
| 182 |
+
<a href="https://huggingface.co/AIDC-AI/Marco-MT-Algharb">
|
| 183 |
+
<img src="https://img.shields.io/badge/Hugging%20Face-Model-FFC107?logo=huggingface&style=for-the-badge" alt="Hugging Face Model">
|
| 184 |
+
</a>
|
| 185 |
+
<a href="https://www2.statmt.org/wmt25/pdf/2025.wmt-1.33.pdf">
|
| 186 |
+
<img src="https://img.shields.io/badge/Paper-WMT%202025-C0392B?logo=arxiv&style=for-the-badge" alt="Paper WMT 2025">
|
| 187 |
+
</a>
|
| 188 |
+
<a href="https://huggingface.io/spaces/AIDC-AI/Marco-MT-Algharb">
|
| 189 |
+
<img src="https://img.shields.io/badge/Demo-HF%20Space-E67E22?logo=huggingface&style=for-the-badge" alt="Demo HF Space">
|
| 190 |
+
</a>
|
| 191 |
+
</div>
|
| 192 |
</div>
|
| 193 |
"""
|
| 194 |
)
|