tts / docker-compose.yml
praveenchordia's picture
Add TTS with the Models XTTS pre trained with modi voice
7b8b31f
version: '3.8'
services:
tts:
build:
context: .
dockerfile: Dockerfile
image: tts
container_name: tts
volumes:
- .:/root