aidevhund commited on
Commit
62939bb
·
verified ·
1 Parent(s): ec70d48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,8 +38,8 @@ def main(debug, share):
38
  ]
39
 
40
  gradio_inputs = [
41
- gr.Textbox(label="Enter Text", lines=3, placeholder="Enter your text here..."),
42
- gr.Dropdown(label="Language", choices=source_lang_list, value="English"),
43
  gr.Dropdown(label="Gender", choices=['Male', 'Female'], value="Female")
44
  ]
45
 
 
38
  ]
39
 
40
  gradio_inputs = [
41
+ gr.Textbox(label="Enter Your Text", lines=3, placeholder="Start typing..."),
42
+ gr.Dropdown(label="Speaker Origin", choices=source_lang_list, value="English"),
43
  gr.Dropdown(label="Gender", choices=['Male', 'Female'], value="Female")
44
  ]
45