Contenerized text-to-speech engine based on Coqui's TTS with web API
Jacek Kowalski
2024-08-01 55b8831d18635e59bb667080ebbbd8244d36d80a
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)