A newer version of the Gradio SDK is available: 6.15.1
metadata
title: RVC Voice Conversion
emoji: 🎙️
colorFrom: purple
colorTo: indigo
sdk: gradio
sdk_version: 6.9.0
app_file: app.py
pinned: false
license: mit
🎙️ RVC Voice Conversion
A clean, minimal HuggingFace Space for Retrieval-Based Voice Conversion.
Record or upload audio → pick a model → convert in seconds.
Features
| 🎙️ Microphone | Record directly in the browser |
| 📁 File upload | WAV · MP3 · FLAC · OGG · M4A and more |
| 📦 Custom models | Upload any RVC .zip (.pth + optional .index) |
| ✅ Built-in model | zetaTest auto-downloaded on first start |
| ⚡ GPU / CPU auto | Automatically uses CUDA if available |
| 🎚️ Advanced controls | Pitch · F0 method · Index rate · Noise reduction · Autotune · Split audio |
Usage
- Convert tab → record or upload audio
- Choose a model (zetaTest is pre-loaded)
- Set pitch if needed (e.g.
+12to go up an octave) - Click 🚀 Convert Voice
Upload Your Own Model
Go to the Models tab and upload a .zip containing:
model.pth— RVC model weights (required)model.index— FAISS index for better timbre matching (optional)
Compatible with models from weights.gg and HuggingFace.
Credits
- Engine: Ultimate RVC by JackismyShephard
- Default model: zetaTest by megaaziib