Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ inputs = [gr.Dropdown(lang_codes, value='English', label='Source'),
|
|
122 |
gr.Textbox(lines=5, label="Input text"),
|
123 |
]
|
124 |
|
125 |
-
outputs = gr.
|
126 |
|
127 |
title = "Crimean Tatar Translator based on NLLB distilled 600M demo"
|
128 |
|
|
|
122 |
gr.Textbox(lines=5, label="Input text"),
|
123 |
]
|
124 |
|
125 |
+
outputs = gr.Textbox(label="Output")
|
126 |
|
127 |
title = "Crimean Tatar Translator based on NLLB distilled 600M demo"
|
128 |
|