smjain commited on
Commit
a79fd2d
1 Parent(s): 41b01c7

Upload myinfer_latest.py

Browse files
Files changed (1) hide show
  1. myinfer_latest.py +1 -1
myinfer_latest.py CHANGED
@@ -145,7 +145,7 @@ def api_convert_voice():
145
  output_path1= combine_vocal_and_inst(output_path,inst)
146
  print(output_path1)
147
 
148
- created_files.extend([vocal_path, inst_path, output_path])
149
 
150
  if os.path.exists(output_path1):
151
 
 
145
  output_path1= combine_vocal_and_inst(output_path,inst)
146
  print(output_path1)
147
 
148
+ created_files.extend([vocal_path, inst, output_path])
149
 
150
  if os.path.exists(output_path1):
151