DrishtiSharma commited on
Commit
2b0908b
1 Parent(s): e4ebcb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -118,9 +118,9 @@ def predict_and_ctc_lm_decode(input_file, speaker_idx: str=None):
118
 
119
  description = """This is a Gradio demo for generating gender-neutralized audios. To use it, simply provide an audio input (via microphone or audio recording), which will then be transcribed and gender-neutralized using pre-trained models. Finally, with the help of Coqui's TTS model, gender neutralized audio is generated.
120
 
121
- Pre-trained model used for Spanish ASR: [Please Click Here](https://huggingface.co/jonatasgrosman/wav2vec2-xls-r-1b-spanish)
122
 
123
- Pre-trained model used for Gender Neutralization: [Please Click Here](https://huggingface.co/hackathon-pln-es/es_text_neutralizer)
124
 
125
  Pre-trained model used for TTS: 🐸💬 CoquiTTS => model_name = "es/mai/tacotron2-DDC"
126
 
 
118
 
119
  description = """This is a Gradio demo for generating gender-neutralized audios. To use it, simply provide an audio input (via microphone or audio recording), which will then be transcribed and gender-neutralized using pre-trained models. Finally, with the help of Coqui's TTS model, gender neutralized audio is generated.
120
 
121
+ Pre-trained model used for Spanish ASR: [jonatasgrosman/wav2vec2-xls-r-1b-spanish](https://huggingface.co/jonatasgrosman/wav2vec2-xls-r-1b-spanish)
122
 
123
+ Pre-trained model used for Gender Neutralization: [hackathon-pln-es/es_text_neutralizer](https://huggingface.co/hackathon-pln-es/es_text_neutralizer)
124
 
125
  Pre-trained model used for TTS: 🐸💬 CoquiTTS => model_name = "es/mai/tacotron2-DDC"
126