santhosh commited on
Commit
e35e244
1 Parent(s): 33fb0fb

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +3 -4
ui.py CHANGED
@@ -3,11 +3,10 @@ description = """
3
  <p>
4
  <center>
5
  Translator using <a href='https://ai.facebook.com/research/no-language-left-behind/' target='_blank'>Facebook's NLLB</a> models.
6
- Developed by <a href='https://www.narrativa.com/' target='_blank'>Narrativa</a>.
7
- <img src="https://raw.githubusercontent.com/facebookresearch/fairseq/nllb/nllb.png" alt="meta nllb pic" width="700"/>
8
  </center>
9
  </p>
10
  """
11
 
12
- examples = [["I love to test latest translation models by META at HuggingFace thanks to Narrativa",
13
- "eng_Latn", "spa_Latn", 400]]
 
3
  <p>
4
  <center>
5
  Translator using <a href='https://ai.facebook.com/research/no-language-left-behind/' target='_blank'>Facebook's NLLB</a> models.
6
+
 
7
  </center>
8
  </p>
9
  """
10
 
11
+ examples = [["Hello! Welcome. This is a machine translation system.",
12
+ "eng_Latn", "mal_Mlym", 1000]]