Update app.py
Browse files
app.py
CHANGED
|
@@ -17,9 +17,9 @@ model_card = ModelCard(
|
|
| 17 |
name="Demucs Stem Separator (All Stems)",
|
| 18 |
description=(
|
| 19 |
"Separates a full music track into four individual audio stems- Drums, Bass, Vocals, Other-instrumental using the Demucs model. \n"
|
| 20 |
-
|
| 21 |
-
"mdx_extra: Balanced trade-off, faster processing with
|
| 22 |
-
"mdx_extra_q: Fastest
|
| 23 |
),
|
| 24 |
author="Alexandre Défossez, et al.",
|
| 25 |
tags=["demucs", "source-separation", "pyharp", "stems", "multi-output"]
|
|
|
|
| 17 |
name="Demucs Stem Separator (All Stems)",
|
| 18 |
description=(
|
| 19 |
"Separates a full music track into four individual audio stems- Drums, Bass, Vocals, Other-instrumental using the Demucs model. \n"
|
| 20 |
+
"htdemucs: Best overall fidelity and natural sound, "
|
| 21 |
+
"mdx_extra: Balanced trade-off, faster processing with a small drop in quality, "
|
| 22 |
+
"mdx_extra_q: Fastest & lightest, noticeable quality loss, ideal for quick previews. \n"
|
| 23 |
),
|
| 24 |
author="Alexandre Défossez, et al.",
|
| 25 |
tags=["demucs", "source-separation", "pyharp", "stems", "multi-output"]
|