Merge pull request #831 from noranraskin/patch-1

Fix --list_models command in finetuning.md
This commit is contained in:
Eren Gölge 2021-10-21 19:49:47 +02:00 committed by GitHub
commit a107bda5ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ them and fine-tune it for your own dataset. This will help you in two main ways:
You can list the availabe models on terminal as
```bash
tts --list-models
tts --list_models
```
The command above lists the the models in a naming format as ```<model_type>/<language>/<dataset>/<model_name>```.