Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,5 +12,5 @@ def VoiceClone(source_voice,Target_Voice):
|
|
12 |
interface=gr.Interface(fn=VoiceClone,inputs=[gr.Audio(label="upload and record source audio file",type="filepath"),gr.Audio(label="Upload and record target audio file",type="filepath")],
|
13 |
outputs=[gr.Audio(type="filepath")],
|
14 |
title="Abdul Rehman Voice Cloning and Conversion Tool",
|
15 |
-
|
16 |
interface.launch(debug=True)
|
|
|
12 |
interface=gr.Interface(fn=VoiceClone,inputs=[gr.Audio(label="upload and record source audio file",type="filepath"),gr.Audio(label="Upload and record target audio file",type="filepath")],
|
13 |
outputs=[gr.Audio(type="filepath")],
|
14 |
title="Abdul Rehman Voice Cloning and Conversion Tool",
|
15 |
+
description="Change your voice into Target voice tone")
|
16 |
interface.launch(debug=True)
|