Update app.py
Browse files
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="
|
42 |
-
gr.Dropdown(label="
|
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 |
|