Alp commited on
Commit
8300797
·
1 Parent(s): 56172cf
Files changed (2) hide show
  1. app.py +1 -1
  2. 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=[(f"spk_f_1: Female (Kenanci dialect)", "spk_f_1")],
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
- TTS
3
  torch
4
  scipy
5
  numpy
 
1
  gradio
2
+ coqui-tts
3
  torch
4
  scipy
5
  numpy