revistasobreorugas/faster-qwen3-tts-demo
0
Faster Qwen3-TTS Demo
This Space hosts the demo UI for faster-qwen3-tts with streaming audio, TTFA/RTF metrics, voice clone, custom voices, and voice design.
Run locally (no Docker)
pip install "faster-qwen3-tts[demo]"
python server.py --model Qwen/Qwen3-TTS-12Hz-0.6B-Base
# open http://localhost:7860Run with Docker
docker build -t faster-qwen3-tts-demo .
docker run --gpus all -p 7860:7860 faster-qwen3-tts-demo