lichang0928 commited on
Commit
e8e5544
1 Parent(s): d15bf60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -30
README.md CHANGED
@@ -1,40 +1,31 @@
 
1
  license: unknown
2
-
3
- github: https://github.com/ivcylc/qa-mdt
4
-
5
- diffusers_implementation:
6
- author: "@jadechoghari"
7
- source: "Hugging Face"
8
-
9
- description: "Setting up is super easy! Just follow the instructions below:"
10
-
11
- badges:
12
- - name: "OpenMusic"
13
- url: "https://huggingface.co/jadechoghari/openmusic"
14
- icon: "🤖"
15
-
16
- demo:
17
- name: "Demo"
18
- url: "https://huggingface.co/spaces/jadechoghari/OpenMusic"
19
- icon: "🤖"
20
-
21
- run_locally:
22
- command: |
23
- pip install -r gradio/requirements.txt
24
- python gradio/gradio_app.py
25
 
26
  datasets:
27
  - seungheondoh/LP-MusicCaps-MSD
28
  - DynamicSuperb/MusicGenreClassification_FMA
29
  - DynamicSuperb/MARBLEMusicTagging_MagnaTagATune
30
  - agkphysics/AudioSet
31
- - ...
32
-
33
- language:
34
- - en
35
 
36
  pipeline_tag: text-to-audio
37
 
38
- tags:
39
- - music
40
- - art
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
  license: unknown
3
+ model_type: diffusers
4
+ tags:
5
+ - music
6
+ - art
7
+ - text-to-audio
8
+ language:
9
+ - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
  datasets:
12
  - seungheondoh/LP-MusicCaps-MSD
13
  - DynamicSuperb/MusicGenreClassification_FMA
14
  - DynamicSuperb/MARBLEMusicTagging_MagnaTagATune
15
  - agkphysics/AudioSet
 
 
 
 
16
 
17
  pipeline_tag: text-to-audio
18
 
19
+ ---
20
+
21
+ ## Model Description
22
+
23
+ This model allows for easy setup and usage for generating music from text prompts.
24
+
25
+ ## How to Use
26
+
27
+ To run the model locally:
28
+
29
+ ```bash
30
+ pip install -r gradio/requirements.txt
31
+ python gradio/gradio_app.py