Spaces:
Sleeping
Sleeping
Upload myinfer_latest.py
Browse files- myinfer_latest.py +1 -1
myinfer_latest.py
CHANGED
@@ -243,7 +243,7 @@ def worker(spk_id, input_audio_path, voice_transform, unique_id, output_queue):
|
|
243 |
"""
|
244 |
# Call the convert_voice function
|
245 |
output_audio_path = convert_voice(spk_id, input_audio_path, voice_transform, unique_id)
|
246 |
-
|
247 |
# Put the result in the queue to be retrieved by the main process
|
248 |
output_queue.put(output_audio_path)
|
249 |
def convert_voice(spk_id, input_audio_path, voice_transform,unique_id):
|
|
|
243 |
"""
|
244 |
# Call the convert_voice function
|
245 |
output_audio_path = convert_voice(spk_id, input_audio_path, voice_transform, unique_id)
|
246 |
+
print("output in worker for audio file",output_audio_path)
|
247 |
# Put the result in the queue to be retrieved by the main process
|
248 |
output_queue.put(output_audio_path)
|
249 |
def convert_voice(spk_id, input_audio_path, voice_transform,unique_id):
|