asigalov61
commited on
Commit
•
6afdfd2
1
Parent(s):
522dae3
Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
title: Melody2Song Seq2Seq Music Transformer
|
3 |
emoji: 🚀
|
4 |
colorFrom: pink
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.37.1
|
8 |
app_file: app.py
|
@@ -10,14 +10,14 @@ pinned: false
|
|
10 |
license: apache-2.0
|
11 |
short_description: Generate unique songs from melodies with seq2seq transformer
|
12 |
tags:
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
---
|
22 |
|
23 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
2 |
title: Melody2Song Seq2Seq Music Transformer
|
3 |
emoji: 🚀
|
4 |
colorFrom: pink
|
5 |
+
colorTo: blue
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.37.1
|
8 |
app_file: app.py
|
|
|
10 |
license: apache-2.0
|
11 |
short_description: Generate unique songs from melodies with seq2seq transformer
|
12 |
tags:
|
13 |
+
- midi
|
14 |
+
- music
|
15 |
+
- melody to song
|
16 |
+
- music transformer
|
17 |
+
- MIDI
|
18 |
+
- seq2seq
|
19 |
+
- unique music
|
20 |
+
- music generation
|
21 |
---
|
22 |
|
23 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|