Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def translate(text, source_lang, target_lang, max_length=400):
|
|
52 |
|
53 |
gradio_ui= gr.Interface(
|
54 |
fn=translate,
|
55 |
-
title="NLLB-
|
56 |
inputs= [
|
57 |
gr.components.Textbox(label="Text"),
|
58 |
gr.components.Dropdown(label="Source Language", choices=LANGS),
|
|
|
52 |
|
53 |
gradio_ui= gr.Interface(
|
54 |
fn=translate,
|
55 |
+
title="NLLB-General EN-KIN Translation Demo",
|
56 |
inputs= [
|
57 |
gr.components.Textbox(label="Text"),
|
58 |
gr.components.Dropdown(label="Source Language", choices=LANGS),
|