mirror of
https://github.com/coqui-ai/TTS.git
synced 2025-12-25 04:39:29 +01:00
TTS example web-server
Steps to run:
- Download one of the models given on the main page.
- Checkout the corresponding commit history.
- Set paths and other options in the file
server/conf.json. - Run the server
python server/server.py -c conf.json. (Requires Flask) - Go to
localhost:[given_port]and enjoy.
Note that the audio quality on browser is slightly worse due to the encoder quantization.