Rehman1603 commited on
Commit
cdefc20
·
verified ·
1 Parent(s): 8c6fd3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- Description="Change your voice into Target voice tone")
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)