Spaces:
Running
on
Zero
Running
on
Zero
metadata
title: Kokoro TTS Zero
emoji: π΄
colorFrom: gray
colorTo: purple
sdk: gradio
sdk_version: 5.10.0
app_file: app.py
pinned: true
short_description: Accelerated Text-To-Speech on Kokoro-82M
models:
- hexgrad/Kokoro-82M
Kokoro TTS Demo Space
A Zero GPU-optimized Hugging Face Space for the Kokoro TTS model.
Overview
This Space provides a Gradio interface for the Kokoro TTS model, allowing users to:
- Convert text to speech using multiple voices
- Adjust speech speed
Project Structure
.
βββ app.py # Main Gradio interface
βββ tts_model.py # GPU-accelerated TTS model manager
βββ lib/ # Utility modules
β βββ __init__.py # Package exports
β βββ text_utils.py # Text processing utilities
β βββ file_utils.py # File operations
β βββ audio_utils.py # Audio processing
βββ requirements.txt # Project dependencies
Dependencies
Main dependencies:
- PyTorch 2.2.2
- Gradio 5.9.1
- Transformers 4.47.1
- HuggingFace Hub β₯0.25.1
For a complete list, see requirements.txt.