Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -166,10 +166,7 @@ with gr.Blocks(
|
|
| 166 |
gr.HTML(
|
| 167 |
"""
|
| 168 |
<div align="center">
|
| 169 |
-
<
|
| 170 |
-
<img src="https://github.com/AIDC-AI/Marco-MT/blob/master/figures/marco_mt_label.png" width="400">
|
| 171 |
-
</a>
|
| 172 |
-
<br>
|
| 173 |
<a href="https://www.aidc-ai.com/marcomt">Alibaba International Digital Commerce</a>
|
| 174 |
<br><br>
|
| 175 |
<a href="https://github.com/AIDC-AI/Marco-MT"><img src="https://img.shields.io/badge/GitHub-Repository-181717?logo=github" alt="GitHub"></a><a href="https://huggingface.co/AIDC-AI/Marco-MT-Algharb"><img src="https://img.shields.io/badge/Hugging%20Face-Model-ffc107?logo=huggingface" alt="Hugging Face"></a><a href="https://www2.statmt.org/wmt25/pdf/2025.wmt-1.33.pdf"><img src="https://img.shields.io/badge/Paper-WMT_2025-B23737" alt="Paper"></a><a href="https://huggingface.io/spaces/AIDC-AI/Marco-MT-Algharb"><img src="https://img.shields.io/badge/Demo-HF%20Space-ffc107?logo=huggingface" alt="Demo"></a>
|
|
@@ -178,8 +175,7 @@ with gr.Blocks(
|
|
| 178 |
)
|
| 179 |
# --- 标题 ---
|
| 180 |
gr.HTML(f"""
|
| 181 |
-
|
| 182 |
-
<div class='app-subtitle'>Our Submission for the WMT25 General Translation Task</div>
|
| 183 |
""")
|
| 184 |
|
| 185 |
# --- 翻译器主界面 (两栏布局) ---
|
|
|
|
| 166 |
gr.HTML(
|
| 167 |
"""
|
| 168 |
<div align="center">
|
| 169 |
+
<div class='app-title'>Marco-MT-Algharb</div>
|
|
|
|
|
|
|
|
|
|
| 170 |
<a href="https://www.aidc-ai.com/marcomt">Alibaba International Digital Commerce</a>
|
| 171 |
<br><br>
|
| 172 |
<a href="https://github.com/AIDC-AI/Marco-MT"><img src="https://img.shields.io/badge/GitHub-Repository-181717?logo=github" alt="GitHub"></a><a href="https://huggingface.co/AIDC-AI/Marco-MT-Algharb"><img src="https://img.shields.io/badge/Hugging%20Face-Model-ffc107?logo=huggingface" alt="Hugging Face"></a><a href="https://www2.statmt.org/wmt25/pdf/2025.wmt-1.33.pdf"><img src="https://img.shields.io/badge/Paper-WMT_2025-B23737" alt="Paper"></a><a href="https://huggingface.io/spaces/AIDC-AI/Marco-MT-Algharb"><img src="https://img.shields.io/badge/Demo-HF%20Space-ffc107?logo=huggingface" alt="Demo"></a>
|
|
|
|
| 175 |
)
|
| 176 |
# --- 标题 ---
|
| 177 |
gr.HTML(f"""
|
| 178 |
+
|
|
|
|
| 179 |
""")
|
| 180 |
|
| 181 |
# --- 翻译器主界面 (两栏布局) ---
|