Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
---
|
2 |
-
title: MIDI
|
3 |
emoji: 🎨
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: apache-2.0
|
11 |
-
short_description:
|
12 |
tags:
|
13 |
- music
|
14 |
- MIDI music
|
@@ -18,8 +18,6 @@ tags:
|
|
18 |
- MIDI loops mixer
|
19 |
- loops mixer
|
20 |
- music mixer
|
21 |
-
thumbnail: >-
|
22 |
-
https://cdn-uploads.huggingface.co/production/uploads/5f57ea2d3f32f12a3c0692e6/RvzjdORKBps7rkYYfsbVo.jpeg
|
23 |
---
|
24 |
|
25 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: MIDI Remixer
|
3 |
emoji: 🎨
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.17.1
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: apache-2.0
|
11 |
+
short_description: Remix repeating parts of any MIDI into one song
|
12 |
tags:
|
13 |
- music
|
14 |
- MIDI music
|
|
|
18 |
- MIDI loops mixer
|
19 |
- loops mixer
|
20 |
- music mixer
|
|
|
|
|
21 |
---
|
22 |
|
23 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|