mirror of https://github.com/coqui-ai/TTS.git
fix the default vocoder name
This commit is contained in:
parent
b29a7e9645
commit
3c2e13ca5c
|
@ -77,7 +77,7 @@ def main():
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--vocoder_name',
|
'--vocoder_name',
|
||||||
type=str,
|
type=str,
|
||||||
default="vocoder_models/en/ljspeech/mulitband-melgan",
|
default="vocoder_models/en/ljspeech/multiband-melgan",
|
||||||
help=
|
help=
|
||||||
'Name of one of the pre-trained vocoder models in format <language>/<dataset>/<model_name>'
|
'Name of one of the pre-trained vocoder models in format <language>/<dataset>/<model_name>'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue