Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ input_text = gr.Textbox(
|
|
| 50 |
label="Input Text",
|
| 51 |
value="Imagine a world in which every single person on the planet is given free access to the sum of all human knowledge.",
|
| 52 |
)
|
| 53 |
-
target_language = gr.Dropdown(lang_codes, value="
|
| 54 |
output_text = gr.Textbox(label="Translated Text")
|
| 55 |
|
| 56 |
gr.Interface(
|
|
|
|
| 50 |
label="Input Text",
|
| 51 |
value="Imagine a world in which every single person on the planet is given free access to the sum of all human knowledge.",
|
| 52 |
)
|
| 53 |
+
target_language = gr.Dropdown(lang_codes, value="ml", label="Target Language")
|
| 54 |
output_text = gr.Textbox(label="Translated Text")
|
| 55 |
|
| 56 |
gr.Interface(
|