dashboard
repositories
filestore
activity
search
login
docker
/
text-to-speech-api-tts
Contenerized text-to-speech engine based on Coqui's TTS with web API
summary
reflog
commits
tree
tickets
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Add workflow to build and push Docker image to GitHub Packages
Jacek Kowalski
2024-08-01
2bdea693750f75e540d6ce74c90f972792035fef
[docker/text-to-speech-api-tts]
/
src
/
download.py
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)