TTS/server/README.md

6 lines
255 B
Markdown
Raw Normal View History

2018-06-05 12:15:48 +00:00
## 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.