jojonocode commited on
Commit
aebdf3f
·
verified ·
1 Parent(s): cc174f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -53,14 +53,14 @@ def translate(text, src_lang, tgt_lang):
53
  # --------------------------------------------------
54
  # Interface Gradio
55
  # --------------------------------------------------
56
- with gr.Blocks(title="🌍 NLLB-200 Traduction Multilingue") as demo:
57
  gr.Markdown(
58
  """
59
  <div style="text-align: center;">
60
- <h1>🌐 Traducteur IA Multilingue</h1>
61
  <p style="font-size: 18px;">
62
- Propulsé par <b>Meta NLLB-200 (3.3B)</b> — Traduction de plus de <b>200 langues</b>,
63
- dont <b>l’Ewe</b>, <b>le Fon</b> et plusieurs langues africaines 🌍
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://huggingface.co/facebook/nllb-200-3.3B" target="_blank">Meta NLLB-200 (3.3B)</a><br>
85
- Créé avec ❤️ par <b>Joël Elisée Adzonya</b>
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
  )