mauwi commited on
Commit
74e6bd4
1 Parent(s): 9297da2

Update vc_infer_pipeline.py

Browse files
Files changed (1) hide show
  1. vc_infer_pipeline.py +1 -1
vc_infer_pipeline.py CHANGED
@@ -644,5 +644,5 @@ class VC(object):
644
  del pitch, pitchf, sid
645
  if torch.cuda.is_available():
646
  torch.cuda.empty_cache()
647
- os.remove(audio)
648
  return audio_opt
 
644
  del pitch, pitchf, sid
645
  if torch.cuda.is_available():
646
  torch.cuda.empty_cache()
647
+ os.remove(input_audio_path)
648
  return audio_opt