Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,8 +9,8 @@ my_title = "🇩🇪 🇫🇷 🇬🇧 🇵🇹 Mir schwätzen wéi de Lëtzebue
|
|
9 |
my_description = "Multilingual-Multispeaker Text-to-Speech (TTS) synthesizer speaking the five current languages in Luxembourg. This model is based on VITS, thanks to 🐸 [Coqui.ai](https://coqui.ai/)."
|
10 |
|
11 |
TTS_VOICES = [
|
12 |
-
|
13 |
-
|
14 |
]
|
15 |
|
16 |
TTS_LANGUAGES = [
|
@@ -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 |
|
|
|
9 |
my_description = "Multilingual-Multispeaker Text-to-Speech (TTS) synthesizer speaking the five current languages in Luxembourg. This model is based on VITS, thanks to 🐸 [Coqui.ai](https://coqui.ai/)."
|
10 |
|
11 |
TTS_VOICES = [
|
12 |
+
Max,
|
13 |
+
Mod
|
14 |
]
|
15 |
|
16 |
TTS_LANGUAGES = [
|
|
|
27 |
|
28 |
my_inputs = [
|
29 |
gr.Textbox(lines=5, label="Input Text"),
|
30 |
+
gr.Radio(label="Speaker", choices = TTS_VOICES, value = "Max"),
|
31 |
gr.Radio(label="Language", choices = TTS_LANGUAGES, value = "Lëtzebuergesch"),
|
32 |
]
|
33 |
|