Fix --list_models command in finetuning.md

This commit is contained in:
Noran Raskin 2021-09-21 16:31:06 +02:00 committed by GitHub
parent 2766dd1d6e
commit a804828264
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>```.