Spaces:
Runtime error
Runtime error
Commit
·
b866248
1
Parent(s):
1ddf878
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=[["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>",
|
|
|
125 |
gr.inputs.Audio(source="microphone", type="filepath", label="Record your audio")
|
126 |
],
|
127 |
outputs=gr.outputs.Audio(label="Output"),
|
128 |
+
examples=[["Example2.wav"],["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>",
|