Kevin676 commited on
Commit
f4631dc
·
1 Parent(s): b82b703

Delete ui.py

Browse files
Files changed (1) hide show
  1. ui.py +0 -13
ui.py DELETED
@@ -1,13 +0,0 @@
1
- title = "NLLB TRANSLATION Demo"
2
- 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]]