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