saumya-pailwan commited on
Commit
9b667d9
·
verified ·
1 Parent(s): be9583e
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ import time
15
  model_card = ModelCard(
16
  name="Harmonic / Percussive Separation",
17
  description=(
18
- "Remix a track into its harmonic and percussive components using Harmonic–Percussive Source Separation (HPSS)."
19
- "Input: A mono or stereo music track (WAV or MP3).\n"
20
  "Output: A single remixed audio file with adjustable harmonic & percussive balance, based on the selected parameters."
21
  ),
22
  author="Hugo Flores Garcia",
 
15
  model_card = ModelCard(
16
  name="Harmonic / Percussive Separation",
17
  description=(
18
+ "Remixes a track into its harmonic and percussive components using Harmonic–Percussive Source Separation (HPSS). \n"
19
+ "Input: A mono or stereo music track (WAV or MP3). \n"
20
  "Output: A single remixed audio file with adjustable harmonic & percussive balance, based on the selected parameters."
21
  ),
22
  author="Hugo Flores Garcia",