DrishtiSharma commited on
Commit
b41a9b0
1 Parent(s): d9ca05f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -6
app.py CHANGED
@@ -118,9 +118,10 @@ 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
- > Pre-trained model used for Gender Neutralization: [Please Click Here](https://huggingface.co/hackathon-pln-es/es_text_neutralizer)
123
- > Pre-trained model used for TTS: 🐸💬 CoquiTTS => model_name = "es/mai/tacotron2-DDC"
 
124
  """
125
 
126
 
@@ -128,9 +129,9 @@ article = """ **Acknowledgement**
128
 
129
  This project is based on the following Spaces:
130
 
131
- -[CoquiTTS](https://huggingface.co/spaces/coqui/CoquiTTS)
132
- -[es_nlp_gender_neutralizer](https://huggingface.co/spaces/hackathon-pln-es/es_nlp_gender_neutralizer)
133
- -[Hindi_ASR](https://huggingface.co/spaces/anuragshas/Hindi_ASR)
134
 
135
  """
136
 
 
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
+ Pre-trained model used for Gender Neutralization: [Please Click Here](https://huggingface.co/hackathon-pln-es/es_text_neutralizer)
123
+ Pre-trained model used for TTS: 🐸💬 CoquiTTS => model_name = "es/mai/tacotron2-DDC"
124
+
125
  """
126
 
127
 
 
129
 
130
  This project is based on the following Spaces:
131
 
132
+ [CoquiTTS](https://huggingface.co/spaces/coqui/CoquiTTS)
133
+ [es_nlp_gender_neutralizer](https://huggingface.co/spaces/hackathon-pln-es/es_nlp_gender_neutralizer)
134
+ [Hindi_ASR](https://huggingface.co/spaces/anuragshas/Hindi_ASR)
135
 
136
  """
137