hwang233 commited on
Commit
f96b39a
·
verified ·
1 Parent(s): e7b76dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -4
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
- # ... (你所有的 Gradio 布局代码, gr.HTML, gr.Row, gr.Group 等...)
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>