A newer version of the Gradio SDK is available:
6.6.0
metadata
title: Pocket TTS (CPU)
emoji: ⚡
short_description: A 100M parameters text-to-speech (TTS) model by Kyutai-Labs
license: apache-2.0
colorFrom: green
colorTo: green
sdk: gradio
sdk_version: 6.3.0
app_file: app.py
pinned: true
PocketTTS Gradio Interface
This repository contains a Gradio-based web interface for PocketTTS, a lightweight, CPU-optimized Text-to-Speech model by Kyutai Labs.
🚀 Key Features
- Fast & Lightweight: 100M parameter model optimized for CPU.
- Low Latency: ~200ms first chunk on local installs.
- Multiple Voices: Choose from voices like
alba,marius,javert, and more. - Clean UI: A professional and pretty interface built with Gradio.
🛠️ Installation
Clone the repository:
git clone https://github.com/D3vShoaib/pocket-tts cd pocket-ttsInstall dependencies: Make sure you have Python 3.10+ and PyTorch 2.5+ installed.
pip install gradio pocket-tts torchRun the application:
python app.py
🔊 Available Voices
The app supports the following built-in voices:
alba(Default)mariusjavertjeanfantinecosetteeponineazelma
🔗 Links
- Official Demo: kyutai.org/tts
- GitHub: kyutai-labs/pocket-tts
- Model Card: kyutai/pocket-tts
- Paper: arXiv:2509.06926
❤️ Credits
Built by D3vShoaib.
Note: This is an independent demonstration of the PocketTTS model and is not officially affiliated with Kyutai Labs.