Fabrice-TIERCELIN commited on
Commit
1d5ce69
·
verified ·
1 Parent(s): 4ff3928

Link to more languages

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -155,6 +155,7 @@ Leave a star on the Github <a href="https://github.com/coqui-ai/TTS">TTS</a>, wh
155
  max_choices=1,
156
  value="en",
157
  )
 
158
  gender = gr.Radio(["female", "male"], label="Gender", info="Gender of the voice")
159
  audio_file_pth = gr.Audio(
160
  label="Reference Audio",
 
155
  max_choices=1,
156
  value="en",
157
  )
158
+ language_info = gr.HTML("More languages <a href='https://huggingface.co/spaces/Brasd99/TTS-Voice-Cloner'>here</a>")
159
  gender = gr.Radio(["female", "male"], label="Gender", info="Gender of the voice")
160
  audio_file_pth = gr.Audio(
161
  label="Reference Audio",