Spaces:
Running
Running
description update
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ live_inputs = [
|
|
39 |
]
|
40 |
|
41 |
title = "One Model for All Music Understanding Tasks"
|
42 |
-
description = "An example of using the [MERT-v1-95M](https://huggingface.co/m-a-p/MERT-v1-95M) model as backbone to conduct multiple music understanding tasks with the universal representation."
|
43 |
# article = "The tasks include EMO, GS, MTGInstrument, MTGGenre, MTGTop50, MTGMood, NSynthI, NSynthP, VocalSetS, VocalSetT. \n\n More models can be referred at the [map organization page](https://huggingface.co/m-a-p)."
|
44 |
with open('./README.md', 'r') as f:
|
45 |
# skip the header
|
|
|
39 |
]
|
40 |
|
41 |
title = "One Model for All Music Understanding Tasks"
|
42 |
+
description = "An example of using the [MERT-v1-95M](https://huggingface.co/m-a-p/MERT-v1-95M) model as backbone to conduct multiple music understanding tasks with the universal representation. \n Due the hardware limitation of the machine hosting this demo (2 CPU and 16GB RAM) only the first 4 seconds of audio are used!"
|
43 |
# article = "The tasks include EMO, GS, MTGInstrument, MTGGenre, MTGTop50, MTGMood, NSynthI, NSynthP, VocalSetS, VocalSetT. \n\n More models can be referred at the [map organization page](https://huggingface.co/m-a-p)."
|
44 |
with open('./README.md', 'r') as f:
|
45 |
# skip the header
|