Contenerized text-to-speech engine based on Coqui's TTS with web API
Jacek Kowalski
2024-08-01 564abd4b587604941dc7d0c7723abd25c9822e1b
commit | author | age
564abd 1 import TTS.api
JK 2
3 import config
4
5 tts = TTS.api.TTS()
6
7 for id, model in config.models.items():
8     tts.download_model_by_name(model)