mirror of
https://github.com/coqui-ai/TTS.git
synced 2025-12-24 12:19:31 +01:00
635 B
635 B
TTS example web-server
Steps to run:
- Download one of the models given on the main page. Click here for the lastest model.
- Checkout the corresponding commit history or use
serverbranch if you like to use the latest model. - Set the paths and the other options in the file
server/conf.json. - Run the server
python server/server.py -c server/conf.json. (Requires Flask) - Go to
localhost:[given_port]and enjoy.
For high quality results, please use the library versions shown in the requirements.txt file.