asigalov61
commited on
Commit
•
b3a0e5e
1
Parent(s):
9409bde
Update README.md
Browse files
README.md
CHANGED
@@ -1,24 +1,23 @@
|
|
1 |
---
|
2 |
title: Advanced MIDI Classifier
|
3 |
emoji: 👁
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.37.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
short_description: Detailed MIDI classification with transformers
|
12 |
-
|
13 |
tags:
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
---
|
23 |
|
24 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
title: Advanced MIDI Classifier
|
3 |
emoji: 👁
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: red
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.37.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
short_description: Detailed MIDI classification with transformers
|
|
|
12 |
tags:
|
13 |
+
- midi
|
14 |
+
- music
|
15 |
+
- midi classification
|
16 |
+
- MIDI
|
17 |
+
- transformers
|
18 |
+
- music classification
|
19 |
+
- advanced
|
20 |
+
- detailed
|
21 |
---
|
22 |
|
23 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|