mirror of https://github.com/coqui-ai/TTS.git
6 lines
255 B
Markdown
6 lines
255 B
Markdown
|
## TTS example web-server
|
||
|
Steps to run:
|
||
|
1. Download one of the models given on the main page.
|
||
|
2. Set paths and other options in server/conf.json.
|
||
|
3. Run the server ```python server/server.py -c conf.json```
|
||
|
4. Go to ```localhost:[given_port]``` and enjoy.
|