Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## The-Jam-Machine
|
2 |
The-Jam-Machine is a Generative AI trained on text transcription of MIDI music, meant to enhance creativity while making computer music. It uses a GPT2 model architexture and has been trained on about 5000 midi songs.
|
3 |
|
|
|
1 |
+
---
|
2 |
+
title: The Jam Machine
|
3 |
+
emoji: 🎶
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: black
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.13.1
|
8 |
+
python_version: 3.10.6
|
9 |
+
app_file: playground.py
|
10 |
+
pinned: true
|
11 |
+
---
|
12 |
+
|
13 |
## The-Jam-Machine
|
14 |
The-Jam-Machine is a Generative AI trained on text transcription of MIDI music, meant to enhance creativity while making computer music. It uses a GPT2 model architexture and has been trained on about 5000 midi songs.
|
15 |
|