Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,14 +53,14 @@ def translate(text, src_lang, tgt_lang):
|
|
| 53 |
# --------------------------------------------------
|
| 54 |
# Interface Gradio
|
| 55 |
# --------------------------------------------------
|
| 56 |
-
with gr.Blocks(title="🌍
|
| 57 |
gr.Markdown(
|
| 58 |
"""
|
| 59 |
<div style="text-align: center;">
|
| 60 |
-
<h1>🌐 Traducteur IA
|
| 61 |
<p style="font-size: 18px;">
|
| 62 |
-
Propulsé par <b>
|
| 63 |
-
|
| 64 |
</p>
|
| 65 |
</div>
|
| 66 |
"""
|
|
@@ -81,8 +81,8 @@ with gr.Blocks(title="🌍 NLLB-200 Traduction Multilingue") as demo:
|
|
| 81 |
"""
|
| 82 |
---
|
| 83 |
<div style="text-align: center; font-size: 14px;">
|
| 84 |
-
🧠 Propulsé par <a href="https://
|
| 85 |
-
|
| 86 |
</div>
|
| 87 |
"""
|
| 88 |
)
|
|
|
|
| 53 |
# --------------------------------------------------
|
| 54 |
# Interface Gradio
|
| 55 |
# --------------------------------------------------
|
| 56 |
+
with gr.Blocks(title="🌍 Traduction EWE") as demo:
|
| 57 |
gr.Markdown(
|
| 58 |
"""
|
| 59 |
<div style="text-align: center;">
|
| 60 |
+
<h1>🌐 Traducteur IA langues africaine</h1>
|
| 61 |
<p style="font-size: 18px;">
|
| 62 |
+
Propulsé par <b>Strive y-200 (1.1B)</b> — <b></b>,
|
| 63 |
+
<b>l’Ewe</b>, <b></b>
|
| 64 |
</p>
|
| 65 |
</div>
|
| 66 |
"""
|
|
|
|
| 81 |
"""
|
| 82 |
---
|
| 83 |
<div style="text-align: center; font-size: 14px;">
|
| 84 |
+
🧠 Propulsé par <a href="https://strivenew.com" target="_blank">Strive y-200 (1.1B)</a><br>
|
| 85 |
+
<b>Strive</b>
|
| 86 |
</div>
|
| 87 |
"""
|
| 88 |
)
|