souvorinkg-nllb / app.py
souvorinkg's picture
Update app.py
f8849e2 verified
raw
history blame contribute delete
No virus
377 Bytes
import gradio as gr
description = "Use a command to translate sentences between English and Kinyarwanda"
title = "English-Kinyarwanda Translator"
examples = [["Translate English to Kinyarwanda: Double or nothing."],["Translate Kinyarwanda into English: Ntekereza ko umuyaga uza"]]
interface = gr.load("models/souvorinkg/nllb", examples=examples)
interface.launch(share=True)