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
blame
|
history
|
raw
Initial commit
Jacek Kowalski
2024-08-01
564abd4b587604941dc7d0c7723abd25c9822e1b
[docker/text-to-speech-api-tts]
/
src
/
config.py
1
2
3
4
models = {
'en': 'tts_models/en/ljspeech/vits',
'pl': 'tts_models/pl/mai_female/vits',
}