Spaces:
Build error
Build error
ramkamal2000
commited on
Commit
•
f567eb2
1
Parent(s):
25c8c76
fix
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ c3 = gr.Interface(
|
|
166 |
inputs=[gr.Audio(label='Target Speaker - Reference Clip'), gr.Audio(label='Input Speaker - Reference Clip'), gr.Audio(label='Input Speaker - Clip To Convert')],
|
167 |
outputs=gr.Audio(label='Target Speaker - Converted Clip'),
|
168 |
examples=[['ntr.wav', 'timcast1.wav', 'timcast1.wav']],
|
169 |
-
description=
|
170 |
)
|
171 |
|
172 |
c1_m2 = gr.Interface(
|
|
|
166 |
inputs=[gr.Audio(label='Target Speaker - Reference Clip'), gr.Audio(label='Input Speaker - Reference Clip'), gr.Audio(label='Input Speaker - Clip To Convert')],
|
167 |
outputs=gr.Audio(label='Target Speaker - Converted Clip'),
|
168 |
examples=[['ntr.wav', 'timcast1.wav', 'timcast1.wav']],
|
169 |
+
description="Use this cool too to convert your voice to another person's! The first audio input requires an audio file that of the target speaker. The second and third audio inputs require audio files from the person who's voice you want to convert."
|
170 |
)
|
171 |
|
172 |
c1_m2 = gr.Interface(
|