Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,10 +32,11 @@ def _translate(text: str, src_lang: str, tgt_lang: str):
|
|
| 32 |
print(response)
|
| 33 |
return response.choices[0].message.content.strip()
|
| 34 |
|
|
|
|
| 35 |
description = """
|
| 36 |
<div style="text-align: center;">
|
| 37 |
<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;">
|
| 38 |
-
<h1 style="color: #0077be;">Seed-X, powered by Bytedance</h1>
|
| 39 |
</div>
|
| 40 |
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:
|
| 41 |
"""
|
|
|
|
| 32 |
print(response)
|
| 33 |
return response.choices[0].message.content.strip()
|
| 34 |
|
| 35 |
+
|
| 36 |
description = """
|
| 37 |
<div style="text-align: center;">
|
| 38 |
<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;">
|
| 39 |
+
<h1 style="color: #0077be; font-size: 3em;">Seed-X, powered by Bytedance</h1>
|
| 40 |
</div>
|
| 41 |
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:
|
| 42 |
"""
|