asigalov61
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,25 +1,22 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 4.
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: apache-2.0
|
11 |
-
short_description:
|
12 |
tags:
|
13 |
- midi
|
14 |
- music
|
15 |
-
- midi
|
16 |
- MIDI
|
17 |
-
-
|
18 |
-
- music
|
19 |
-
-
|
20 |
-
- detailed
|
21 |
-
- genre classification
|
22 |
-
- artist classification
|
23 |
---
|
24 |
|
25 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Chords Progressions Generator
|
3 |
+
emoji: 🏆
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.40.0
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: apache-2.0
|
11 |
+
short_description: Generate unique chords progressions
|
12 |
tags:
|
13 |
- midi
|
14 |
- music
|
15 |
+
- midi chords
|
16 |
- MIDI
|
17 |
+
- chords
|
18 |
+
- music chords
|
19 |
+
- chords progressions
|
|
|
|
|
|
|
20 |
---
|
21 |
|
22 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|