prajdabre commited on
Commit
b0e8478
·
1 Parent(s): e2d8f81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="auto", label="View translation in the target language")
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