CoolFace
Apppublic

revistasobreorugas/faster-qwen3-tts-demo

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
App README

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)

bash
pip install "faster-qwen3-tts[demo]"
python server.py --model Qwen/Qwen3-TTS-12Hz-0.6B-Base
# open http://localhost:7860

Run with Docker

bash
docker build -t faster-qwen3-tts-demo .
docker run --gpus all -p 7860:7860 faster-qwen3-tts-demo