santhosh commited on
Commit
d2cf737
1 Parent(s): d58ca71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="en", label="Target Language")
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(