TobDeBer commited on
Commit
6259543
1 Parent(s): 38824d4
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -30,8 +30,6 @@ formatter = logging.Formatter(
30
  ch.setFormatter(formatter)
31
  logger.addHandler(ch)
32
 
33
-
34
-
35
  inputs = [
36
  gr.components.Audio(type="filepath", label="Add music audio file"),
37
  gr.inputs.Audio(source="microphone", type="filepath"),
@@ -41,7 +39,7 @@ live_inputs = [
41
  ]
42
 
43
  title = "One Model for All Music Understanding Tasks"
44
- 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 represenation."
45
  # 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)."
46
  with open('./README.md', 'r') as f:
47
  # skip the header
 
30
  ch.setFormatter(formatter)
31
  logger.addHandler(ch)
32
 
 
 
33
  inputs = [
34
  gr.components.Audio(type="filepath", label="Add music audio file"),
35
  gr.inputs.Audio(source="microphone", type="filepath"),
 
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