File size: 433 Bytes
37b69a5
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
title = "NLLB-200 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 = [["我非常喜欢这个地方", "zho_Hans", "yue_Hant", 512]]