Spaces:
Running
Running
Alp
commited on
Commit
·
8300797
1
Parent(s):
56172cf
idiap tts
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -147,7 +147,7 @@ with gr.Blocks(title="TWB Voice TTS Demo") as demo:
|
|
| 147 |
|
| 148 |
# Speaker selection
|
| 149 |
speaker_dropdown = gr.Dropdown(
|
| 150 |
-
choices=[
|
| 151 |
value="spk_f_1",
|
| 152 |
label="Speaker",
|
| 153 |
info="Select the voice speaker"
|
|
|
|
| 147 |
|
| 148 |
# Speaker selection
|
| 149 |
speaker_dropdown = gr.Dropdown(
|
| 150 |
+
choices=list(MODELS["Hausa"]["speakers"].keys()),
|
| 151 |
value="spk_f_1",
|
| 152 |
label="Speaker",
|
| 153 |
info="Select the voice speaker"
|
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
gradio
|
| 2 |
-
|
| 3 |
torch
|
| 4 |
scipy
|
| 5 |
numpy
|
|
|
|
| 1 |
gradio
|
| 2 |
+
coqui-tts
|
| 3 |
torch
|
| 4 |
scipy
|
| 5 |
numpy
|