Skip to content

Commit bcadea7

Browse files
authored
Update modules.py
1 parent 78b95e3 commit bcadea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/modules.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,8 @@ def vc_single(
457457
times = [0, 0, 0]
458458

459459
if self.hubert_model is None:
460-
self.hubert_model = load_hubert(hubert_model_path, self.config)
461-
460+
self.hubert_model = load_hubert(hubert_model_path)
461+
462462
#try:
463463
# self.if_f0 = self.cpt.get() #"f0"
464464
except NameError:

0 commit comments

Comments
 (0)