saumya-pailwan commited on
Commit
e83a672
·
verified ·
1 Parent(s): 0883a2b
Files changed (1) hide show
  1. app.py +1 -1
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 Drums, Bass, Vocals, and 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"]
 
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"]