Spaces:
Runtime error
Runtime error
DrishtiSharma
commited on
Commit
·
3329a43
1
Parent(s):
7b1491f
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ gr.Interface(
|
|
125 |
gr.inputs.Audio(source="microphone", type="filepath", label="Record your audio")
|
126 |
],
|
127 |
outputs=gr.outputs.Audio(label="Output"),
|
128 |
-
examples=[["
|
129 |
title="Generate-Gender-Neutralized-Audios",
|
130 |
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.",
|
131 |
#article="<p><center><img src='........e'></center></p>",
|
|
|
125 |
gr.inputs.Audio(source="microphone", type="filepath", label="Record your audio")
|
126 |
],
|
127 |
outputs=gr.outputs.Audio(label="Output"),
|
128 |
+
examples=[["Example3.wav"]],
|
129 |
title="Generate-Gender-Neutralized-Audios",
|
130 |
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.",
|
131 |
#article="<p><center><img src='........e'></center></p>",
|