File size: 423 Bytes
a156235
d00ae07
 
 
 
 
 
 
 
 
 
a156235
1
2
3
4
5
6
7
8
9
10
11
12
13
title = "Machine Traslation Demo"
description = """
<p>
<center>
Translator using <a href='https://ai.facebook.com/research/no-language-left-behind/' target='_blank'>Facebook's NLLB</a> models.
Codes Using <a href='https://github.com/facebookresearch/fairseq/tree/nllb' target=blank'>Facebook's fairseq NLLB</a>. 
Demo is running on CPU.
</center>
</p>
"""

examples = [["Hello, How are you", "eng_Latn", "hin_Deva", 512]]