tts-server / README copy.md
MaenGit
Initial XTTS-v2 Docker Space
18340e2

XTTS-v2 TTS Hugging Face Space

This Space runs a local XTTS-v2 TTS model using Flask and exposes a simple API:

  • GET /tts?text=Hello&gender=male|female
  • Returns WAV audio.

You can also use the optional Gradio interface with app.py.