Skip to content

Commit 501179d

Browse files
committed
fix a bug in inference.py about function declaration
1 parent f3510d8 commit 501179d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inference.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def load_models(args):
4545
else:
4646
dit_checkpoint_path = args.checkpoint
4747
dit_config_path = args.config
48+
f0_fn = None
4849
else:
4950
if args.checkpoint is None:
5051
dit_checkpoint_path, dit_config_path = load_custom_model_from_hf("Plachta/Seed-VC",

0 commit comments

Comments
 (0)