mirror of https://github.com/coqui-ai/TTS.git
Merge branch 'dev' of https://github.com/coqui-ai/TTS into dev
This commit is contained in:
commit
7223e27e0a
|
@ -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
|
You can list the availabe models on terminal as
|
||||||
|
|
||||||
```bash
|
```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>```.
|
The command above lists the the models in a naming format as ```<model_type>/<language>/<dataset>/<model_name>```.
|
||||||
|
|
Loading…
Reference in New Issue