Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ tgt_language_drop_down = gr.inputs.Dropdown(
|
|
35 |
text = gr.inputs.Textbox(lines=1, placeholder="Enter text here...",
|
36 |
default="", label="Enter text in the source language")
|
37 |
text_ouptut = gr.outputs.Textbox(
|
38 |
-
type="
|
39 |
|
40 |
supported_lang = ', '.join(languages)
|
41 |
|
|
|
35 |
text = gr.inputs.Textbox(lines=1, placeholder="Enter text here...",
|
36 |
default="", label="Enter text in the source language")
|
37 |
text_ouptut = gr.outputs.Textbox(
|
38 |
+
type="text", label="View translation in the target language")
|
39 |
|
40 |
supported_lang = ', '.join(languages)
|
41 |
|