tts / README.md
D3vShoaib's picture
fixes
70c75bd

A newer version of the Gradio SDK is available: 6.6.0

Upgrade
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

  1. Clone the repository:

    git clone https://github.com/D3vShoaib/pocket-tts
    cd pocket-tts
    
  2. Install dependencies: Make sure you have Python 3.10+ and PyTorch 2.5+ installed.

    pip install gradio pocket-tts torch
    
  3. Run the application:

    python app.py
    

🔊 Available Voices

The app supports the following built-in voices:

  • alba (Default)
  • marius
  • javert
  • jean
  • fantine
  • cosette
  • eponine
  • azelma

🔗 Links

❤️ Credits

Built by D3vShoaib.

Note: This is an independent demonstration of the PocketTTS model and is not officially affiliated with Kyutai Labs.