Spaces:
Running
Running
Upload infertest.py
Browse files- infertest.py +1 -1
infertest.py
CHANGED
@@ -113,7 +113,7 @@ def api_convert_voice():
|
|
113 |
|
114 |
|
115 |
def convert_voice(spk_id, input_audio_path, voice_transform):
|
116 |
-
get_vc(spk_id,0.5)
|
117 |
output_audio_path = vc_single(
|
118 |
sid=spk_id,
|
119 |
input_audio_path=input_audio_path,
|
|
|
113 |
|
114 |
|
115 |
def convert_voice(spk_id, input_audio_path, voice_transform):
|
116 |
+
get_vc(spk_id,0.5)
|
117 |
output_audio_path = vc_single(
|
118 |
sid=spk_id,
|
119 |
input_audio_path=input_audio_path,
|