Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 251 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 251 Bytes

styletts2-api

Text-To-Speech Inference Server for StyleTTS2

Usage

docker compose up

curl -X POST "http://localhost:4321/generate" \
     -H "Content-Type: application/json" \
     -d '{"text": "Hello world"}' \
     --output audio.mp3