robinhad commited on
Commit
535fb22
·
verified ·
1 Parent(s): 8894588

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.JSON()
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