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
+1 -1
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>```.