Spaces:
Running
Running
Upload myinfer_latest.py
Browse files- myinfer_latest.py +1 -0
myinfer_latest.py
CHANGED
@@ -255,6 +255,7 @@ def api_convert_voice():
|
|
255 |
print(request.form)
|
256 |
print(request.files)
|
257 |
spk_id = request.form['spk_id']+'.pth'
|
|
|
258 |
voice_transform = request.form['voice_transform']
|
259 |
|
260 |
# The file part
|
|
|
255 |
print(request.form)
|
256 |
print(request.files)
|
257 |
spk_id = request.form['spk_id']+'.pth'
|
258 |
+
print("speaker id path=",spk_id)
|
259 |
voice_transform = request.form['voice_transform']
|
260 |
|
261 |
# The file part
|