Spaces:
Build error
Build error
Commit
·
38fa78c
1
Parent(s):
5203f30
Update app.py
Browse files
app.py
CHANGED
|
@@ -564,14 +564,3 @@ while run_server:
|
|
| 564 |
print("Keyboard interruption in main thread... closing server.")
|
| 565 |
run_server = False
|
| 566 |
barkgui.close()
|
| 567 |
-
|
| 568 |
-
|
| 569 |
-
c3 = gr.Interface(
|
| 570 |
-
fn=voice_conversion,
|
| 571 |
-
inputs=[gr.Audio(label='Target Speaker - Reference Clip'), gr.Audio(label='Input Speaker - Reference Clip'), gr.Audio(label='Input Speaker - Clip To Convert')],
|
| 572 |
-
outputs=gr.Audio(label='Target Speaker - Converted Clip'),
|
| 573 |
-
examples=[['ntr.wav', 'timcast1.wav', 'timcast1.wav']],
|
| 574 |
-
description="Use this cool too to convert your voice to another person's! \nThe 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."
|
| 575 |
-
)
|
| 576 |
-
|
| 577 |
-
c3.launch(debug='True')
|
|
|
|
| 564 |
print("Keyboard interruption in main thread... closing server.")
|
| 565 |
run_server = False
|
| 566 |
barkgui.close()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|