Update README.md
Browse files
README.md
CHANGED
@@ -1,40 +1,31 @@
|
|
|
|
1 |
license: unknown
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
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 |
-
|
39 |
-
|
40 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|