diff --git a/tools/uvr5/mdxnet.py b/tools/uvr5/mdxnet.py index ae09c5f..0d609c4 100644 --- a/tools/uvr5/mdxnet.py +++ b/tools/uvr5/mdxnet.py @@ -252,5 +252,5 @@ class MDXNetDereverb: self.pred = Predictor(self) self.device = cpu - def _path_audio_(self, input, vocal_root, others_root, format, is_hp3=False): + def _path_audio_(self, input, others_root, vocal_root, format, is_hp3=False): self.pred.prediction(input, vocal_root, others_root, format)