Spaces:
Running
on
Zero
Running
on
Zero
A newer version of the Gradio SDK is available:
5.5.0
metadata
title: Vocal Separation SOTA
emoji: 🎤
colorFrom: red
colorTo: gray
sdk: gradio
sdk_version: 4.37.2
app_file: app.py
pinned: false
license: mit
Vocal Separation SOTA
This is a demo for SOTA vocal separation models. Upload an audio file and the model will separate the vocals from the background music.
Based on the result of MDX23, the current SOTA model is BS-RoFormer.
For comparison, you can also try the Mel-RoFormer model (a variant of BS-RoFormer) and the popular HTDemucs FT model.
Models
- BS-RoFormer
- Mel-RoFormer
- HTDemucs FT
The models are trained by the UVR project.
The code of this app is available on GitHub, any contributions should go there. Hugging Face Space is force pushed by GitHub Actions.