Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ my_article = "<h3>User guide</h3>"
|
|
27 |
|
28 |
my_inputs = [
|
29 |
gr.Textbox(lines=5, label="Input Text"),
|
30 |
-
gr.Radio(label="Speaker", choices = TTS_VOICES, value = "
|
31 |
gr.Radio(label="Language", choices = TTS_LANGUAGES, value = "Lëtzebuergesch"),
|
32 |
]
|
33 |
|
|
|
27 |
|
28 |
my_inputs = [
|
29 |
gr.Textbox(lines=5, label="Input Text"),
|
30 |
+
gr.Radio(label="Speaker", choices = TTS_VOICES, value = "Mann"),
|
31 |
gr.Radio(label="Language", choices = TTS_LANGUAGES, value = "Lëtzebuergesch"),
|
32 |
]
|
33 |
|