MTDemo / ui.py
nisheeth's picture
Update ui.py
a156235 verified
raw
history blame contribute delete
423 Bytes
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]]