From 04e03decc3148f9725cfa4fae90fcd3db45212a4 Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Sun, 8 Oct 2023 18:09:59 +0800 Subject: [PATCH] Update mdxnet.py --- infer/modules/uvr5/mdxnet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infer/modules/uvr5/mdxnet.py b/infer/modules/uvr5/mdxnet.py index 86a0668..e6ed653 100644 --- a/infer/modules/uvr5/mdxnet.py +++ b/infer/modules/uvr5/mdxnet.py @@ -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)