Spaces:
Runtime error
Runtime error
Update ui.py
Browse files
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 |
-
|
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 = [["
|
13 |
-
"eng_Latn", "
|
|
|
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]]
|