Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,6 +90,14 @@ description = """
|
|
| 90 |
</div>
|
| 91 |
"""
|
| 92 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
# 创建 Gradio 界面
|
| 94 |
with gr.Blocks(title="Seed-X") as demo:
|
| 95 |
gr.Markdown(description)
|
|
|
|
| 90 |
</div>
|
| 91 |
"""
|
| 92 |
|
| 93 |
+
description = """
|
| 94 |
+
<div style="text-align: center;">
|
| 95 |
+
<img src="https://github.com/user-attachments/assets/c42e675e-497c-4508-8bb9-093ad4d1f216" alt="UNESCO Meta Hugging Face Banner" style="max-width: 800px; width: 100%; margin: 0 auto;">
|
| 96 |
+
<h1 style="color: #0077be; font-size: 3em;">Seed-X, powered by Bytedance</h1>
|
| 97 |
+
</div>
|
| 98 |
+
We are excited to introduce Seed-X, a powerful series of open-source multilingual translation language models, including an instruction model, a reinforcement learning model, and a reward model. It pushes the boundaries of translation capabilities within 7 billion parameters. We develop Seed-X as an accessible, off-the-shelf tool to support the community in advancing translation research and applications:
|
| 99 |
+
"""
|
| 100 |
+
|
| 101 |
# 创建 Gradio 界面
|
| 102 |
with gr.Blocks(title="Seed-X") as demo:
|
| 103 |
gr.Markdown(description)
|