smjain commited on
Commit
691ed42
·
verified ·
1 Parent(s): 0354329

Upload myinfer_latest.py

Browse files
Files changed (1) hide show
  1. myinfer_latest.py +1 -0
myinfer_latest.py CHANGED
@@ -196,6 +196,7 @@ def api_convert_voice():
196
  # Wait for the process to finish and get the result
197
  p.join()
198
  output_path = output_queue.get()
 
199
  #output_path = convert_voice(spk_id, vocal_path, voice_transform,unique_id)
200
  output_path1= combine_vocal_and_inst(output_path,inst,unique_id)
201
 
 
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)
201
  output_path1= combine_vocal_and_inst(output_path,inst,unique_id)
202