Update vc_infer_pipeline.py
Browse files- vc_infer_pipeline.py +1 -0
vc_infer_pipeline.py
CHANGED
@@ -449,3 +449,4 @@ class VC(object):
|
|
449 |
if torch.cuda.is_available():
|
450 |
torch.cuda.empty_cache()
|
451 |
return audio_opt
|
|
|
|
449 |
if torch.cuda.is_available():
|
450 |
torch.cuda.empty_cache()
|
451 |
return audio_opt
|
452 |
+
|