Update mdxnet.py

This commit is contained in:
RVC-Boss
2023-10-08 18:09:59 +08:00
committed by GitHub
parent 9f2f0559e6
commit 04e03decc3

View File

@@ -242,5 +242,5 @@ class MDXNetDereverb:
self.pred = Predictor(self)
self.device = device
def path_audio(self, input, vocal_root, others_root, format):
def _path_audio_(self, input, vocal_root, others_root, format):
self.pred.prediction(input, vocal_root, others_root, format)