/tts-web

Primary LanguagePythonApache License 2.0Apache-2.0

A TensorFlow Implementation of DC-TTS: yet another text-to-speech model

Pretrained Model for LJ

Download this.

Installation

docker build . -t tts


docker run -p 8080:8080 --memory="2g" --cpus="1" tts


docker tag gpt2 gcr.io/[PROJECT-ID]/tts
docker push gcr.io/[PROJECT-ID]/tts