1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-08 03:55:47 +08:00

typo&fix: remove unnecessary is_hp3 check

This commit is contained in:
源文雨
2024-11-27 16:11:53 +09:00
parent 9ee9f5fd81
commit ba5572b8e0
9 changed files with 12 additions and 19 deletions

View File

@@ -239,5 +239,5 @@ class MDXNetDereverb:
self.pred = Predictor(self)
self.device = device
def _path_audio_(self, input, vocal_root, others_root, format, is_hp3=False):
def _path_audio_(self, input, vocal_root, others_root, format):
self.pred.prediction(input, vocal_root, others_root, format)