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