Update server readme

This commit is contained in:
Eren 2018-06-05 16:15:23 +02:00
parent 25969c60a4
commit 249e2b9a27
1 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
## 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.
2. Checkout the corresponding commit history.
2. Set paths and other options in the file ```server/conf.json```.
3. Run the server ```python server/server.py -c conf.json```. (Requires Flask)
4. Go to ```localhost:[given_port]``` and enjoy.
Note that the audio quality on browser is slightly worse due to the encoder quantization.