Spaces:
Runtime error
Runtime error
File size: 327 Bytes
e098d7a e35e244 e098d7a e35e244 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
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.
</center>
</p>
"""
examples = [["Hello! Welcome. This is a machine translation system.",
"eng_Latn", "mal_Mlym", 1000]]
|