lichang0928
commited on
Commit
•
d15bf60
1
Parent(s):
ae425eb
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,40 @@
|
|
1 |
-
---
|
2 |
license: unknown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
-
- seungheondoh/LP-MusicCaps-MSD
|
5 |
-
- DynamicSuperb/MusicGenreClassification_FMA
|
6 |
-
- DynamicSuperb/MARBLEMusicTagging_MagnaTagATune
|
7 |
-
- agkphysics/AudioSet
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
10 |
pipeline_tag: text-to-audio
|
|
|
11 |
tags:
|
12 |
-
- music
|
13 |
-
- art
|
14 |
-
---
|
|
|
|
|
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
|
|