Skip to content

Commit f8fa612

Browse files
authored
Update modules.py
1 parent 350354c commit f8fa612

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
self.hubert_model = load_hubert(hubert_model_path, self.config)
464464

465465
try:
466-
self.if_f0 = self.cpt.get("f0", 1)
466+
self.if_f0 = self.cpt.get("f0")
467467
except NameError:
468468
message = "Model was not properly selected"
469469
print(message)

0 commit comments

Comments
 (0)