Spaces:
Runtime error
Runtime error
File size: 554 Bytes
b1ef0b1 751a229 2c30e7b 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 <a href='https://ai.facebook.com/research/no-language-left-behind/' target='_blank'>Facebook's NLLB</a> models.
Developed by <a href='https://www.narrativa.com/' target='_blank'>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]]
|