DrishtiSharma commited on
Commit
b83b48e
1 Parent(s): 8bddb69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ gr.Interface(
111
  gr.inputs.Audio(source="microphone", type="filepath", label="Record your audio")
112
  ],
113
  outputs=gr.outputs.Audio(label="Output"),
114
- examples=[["audio1.wav"], ["travel.wav"]],
115
  title="Generate-Gender-Neutralized-Audios",
116
  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.",
117
  #article="<p><center><img src='........e'></center></p>",
 
111
  gr.inputs.Audio(source="microphone", type="filepath", label="Record your audio")
112
  ],
113
  outputs=gr.outputs.Audio(label="Output"),
114
+ examples=[["audio1.wav"], ["travel.wav"], ["example1.wav"], ["example3.wav]],
115
  title="Generate-Gender-Neutralized-Audios",
116
  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.",
117
  #article="<p><center><img src='........e'></center></p>",