Skip to content

Commit

Permalink
fix cli
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf committed Oct 12, 2024
1 parent 2725e9f commit ee47a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.py
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ def parse_arguments():
infer_parser.add_argument(
"--f0_autotune_strength",
type=float,
help=clean_strength_description,
help=f0_autotune_strength_description,
choices=[(i / 10) for i in range(11)],
default=1.0,
)
Expand Down

0 comments on commit ee47a33

Please sign in to comment.