quick fix
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ model_card = ModelCard(
|
|
| 18 |
description=(
|
| 19 |
"Separates a full music track into its core components using the Demucs model. \n"
|
| 20 |
"Input: A stereo music mix (WAV or MP3) containing multiple instruments or vocals.\n"
|
| 21 |
-
"Output: Four individual audio stems
|
| 22 |
),
|
| 23 |
author="Alexandre Défossez, et al.",
|
| 24 |
tags=["demucs", "source-separation", "pyharp", "stems", "multi-output"]
|
|
|
|
| 18 |
description=(
|
| 19 |
"Separates a full music track into its core components using the Demucs model. \n"
|
| 20 |
"Input: A stereo music mix (WAV or MP3) containing multiple instruments or vocals.\n"
|
| 21 |
+
"Output: Four individual audio stems:- Drums, Bass, Vocals, Other-instrumental, each isolated with high fidelity for remixing or analysis."
|
| 22 |
),
|
| 23 |
author="Alexandre Défossez, et al.",
|
| 24 |
tags=["demucs", "source-separation", "pyharp", "stems", "multi-output"]
|