DrishtiSharma commited on
Commit
7ad5c60
1 Parent(s): b41a9b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -119,7 +119,9 @@ def predict_and_ctc_lm_decode(input_file, speaker_idx: str=None):
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
  """
@@ -130,7 +132,9 @@ article = """ **Acknowledgement**
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
  """
 
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
 
127
  """
 
132
  This project is based on the following Spaces:
133
 
134
  [CoquiTTS](https://huggingface.co/spaces/coqui/CoquiTTS)
135
+
136
  [es_nlp_gender_neutralizer](https://huggingface.co/spaces/hackathon-pln-es/es_nlp_gender_neutralizer)
137
+
138
  [Hindi_ASR](https://huggingface.co/spaces/anuragshas/Hindi_ASR)
139
 
140
  """