Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -162,10 +162,20 @@ with gr.Blocks(
|
|
| 162 |
theme=gr.themes.Soft(primary_hue="amber", secondary_hue="amber"),
|
| 163 |
css=css,
|
| 164 |
) as demo:
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 169 |
# --- 标题 ---
|
| 170 |
gr.HTML(f"""
|
| 171 |
<div class='app-title'>Marco-MT-Algharb</div>
|
|
|
|
| 162 |
theme=gr.themes.Soft(primary_hue="amber", secondary_hue="amber"),
|
| 163 |
css=css,
|
| 164 |
) as demo:
|
| 165 |
+
|
| 166 |
+
gr.HTML(
|
| 167 |
+
"""
|
| 168 |
+
<div align="center">
|
| 169 |
+
<a href="https://www.aidc-ai.com/marcomt">
|
| 170 |
+
<img src="/file=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>
|
| 176 |
+
</div>
|
| 177 |
+
"""
|
| 178 |
+
)
|
| 179 |
# --- 标题 ---
|
| 180 |
gr.HTML(f"""
|
| 181 |
<div class='app-title'>Marco-MT-Algharb</div>
|