DrishtiSharma commited on
Commit
dc433d9
1 Parent(s): f1cf01a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,8 +41,8 @@ gr.Interface(
41
  ],
42
  outputs=[gr.outputs.Textbox()],
43
  examples=[["audio1.wav"], ["travel.wav"]],
44
- title="Spanish-Audio-Transcriptions-to-Nahuatl-Translation",
45
- description = "This is a Gradio demo of Spanish Audio Transcriptions to Nahuatl Translation. To use this, simply provide an audio input (audio recording or via microphone), which will subsequently be transcribed and translated to Nahuatl language.",
46
  #article="<p><center><img src='........e'></center></p>",
47
  layout="horizontal",
48
  theme="huggingface",
 
41
  ],
42
  outputs=[gr.outputs.Textbox()],
43
  examples=[["audio1.wav"], ["travel.wav"]],
44
+ title="Generate-Gender-Neutralized-Audios",
45
+ 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 a pre-trained models. Finally, with the help of Coqui's TTS model, gender neutralised audio is generated.",
46
  #article="<p><center><img src='........e'></center></p>",
47
  layout="horizontal",
48
  theme="huggingface",