Spaces:
Runtime error
Runtime error
File size: 450 Bytes
b1ef0b1 751a229 26377b8 751a229 b1ef0b1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
title = "NLLB TRANSLATION Demo"
description = """
<p>
<center>
Translator using Facebook's NLLB models.
Developed by <a href='https://www.narrativa.com/'>Narrativa</a>.
<img src="https://raw.githubusercontent.com/facebookresearch/fairseq/nllb/nllb.png" alt="meta nllb pic" width="700"/>
</center>
</p>
"""
examples = [["I love to test latest translation models by META at HuggingFace thanks to Narrativa",
"eng_Latn", "spa_Latn", 400]]
|