Spaces:
Runtime error
Runtime error
Commit
·
dc433d9
1
Parent(s):
f1cf01a
Update app.py
Browse files
app.py
CHANGED
@@ -41,8 +41,8 @@ gr.Interface(
|
|
41 |
],
|
42 |
outputs=[gr.outputs.Textbox()],
|
43 |
examples=[["audio1.wav"], ["travel.wav"]],
|
44 |
-
title="
|
45 |
-
description = "This is a Gradio demo
|
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",
|