mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-25 19:22:40 +08:00
Merge pull request #610 from ShiroDoMain/fix-uvr5
fix MDX-Net output path
This commit is contained in:
commit
1ef4aeaffb
@ -252,5 +252,5 @@ class MDXNetDereverb:
|
|||||||
self.pred = Predictor(self)
|
self.pred = Predictor(self)
|
||||||
self.device = cpu
|
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)
|
self.pred.prediction(input, vocal_root, others_root, format)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user