Spaces:
Sleeping
Sleeping
Upload myinfer_latest.py
Browse files- myinfer_latest.py +1 -0
myinfer_latest.py
CHANGED
|
@@ -195,6 +195,7 @@ def api_convert_voice():
|
|
| 195 |
|
| 196 |
# Wait for the process to finish and get the result
|
| 197 |
p.join()
|
|
|
|
| 198 |
output_path = output_queue.get()
|
| 199 |
print("output path of converted voice",output_path)
|
| 200 |
#output_path = convert_voice(spk_id, vocal_path, voice_transform,unique_id)
|
|
|
|
| 195 |
|
| 196 |
# Wait for the process to finish and get the result
|
| 197 |
p.join()
|
| 198 |
+
print("*******waiting for process to complete ")
|
| 199 |
output_path = output_queue.get()
|
| 200 |
print("output path of converted voice",output_path)
|
| 201 |
#output_path = convert_voice(spk_id, vocal_path, voice_transform,unique_id)
|