desc fix
Browse files
app.py
CHANGED
|
@@ -15,8 +15,8 @@ import time
|
|
| 15 |
model_card = ModelCard(
|
| 16 |
name="Harmonic / Percussive Separation",
|
| 17 |
description=(
|
| 18 |
-
"
|
| 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",
|