1
0
mirror of synced 2024-11-23 23:21:03 +01:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)