Skip to content

Commit a27480b

Browse files
authored
Update modules.py
1 parent e9ac065 commit a27480b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ def vc_single(
463463
times = [0, 0, 0]
464464

465465
if self.hubert_model is None:
466-
self.hubert_model = load_hubert(hubert_model_path, self.config)
466+
self.hubert_model = load_hubert(hubert_model_path)
467467

468468
try:
469469
self.if_f0 = self.cpt.get("f0", 1)

0 commit comments

Comments
 (0)