Update infer_cli.py; typo

This commit is contained in:
Yushen CHEN
2024-12-16 16:31:23 +08:00
committed by GitHub
parent 17087321f5
commit 81f69e57b7
+1 -1
View File
@@ -119,7 +119,7 @@ parser.add_argument(
parser.add_argument(
"--load_vocoder_from_local",
action="store_true",
help="To load vocoder from local dir, default to ../checkpoints/charactr/vocos-mel-24khz",
help="To load vocoder from local dir, default to ../checkpoints/vocos-mel-24khz",
)
parser.add_argument(
"--vocoder_name",