Spaces:
Running
Running
A newer version of the Gradio SDK is available: 6.13.0
metadata
title: VoiceWarp Real-Time Voice Translation
emoji: π¨
colorFrom: blue
colorTo: green
sdk: gradio
app_port: 7860
pinned: false
license: apache-2.0
sdk_version: 6.9.0
python_version: '3.11'
ποΈ VoiceWarp β Real-Time Voice Translation
How to deploy on HuggingFace Spaces
1. Create a new Space at https://huggingface.co/spaces
- SDK: Docker
- Hardware: CPU Basic (free) or T4 GPU (faster)
2. Upload these files keeping the static/ folder:
README.md
app.py
pipeline.py
requirements.txt
Dockerfile
static/index.html
3. Wait ~10 minutes for the build, then open your Space URL.
How to use
- Select your speaking language and target language
- Click Start Recording β speak your sentence β click Stop Recording
- Click Translate Now
- Watch the progress bar β hear yourself translated
Models
| Model | Task | Size |
|---|---|---|
| faster-whisper small | Speech recognition | ~500MB |
| facebook/nllb-200-distilled-600M | Translation | 600MB |
| coqui/XTTS-v2 | Voice cloning | ~1.8GB |
Run locally
python3.11 -m venv venv && source venv/bin/activate
pip install -r requirements.txt
python app.py
# open http://localhost:7860