Merge pull request #610 from ShiroDoMain/fix-uvr5

fix MDX-Net output path
This commit is contained in:
RVC-Boss 2024-02-28 18:00:48 +08:00 committed by GitHub
commit 6c928a73c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)