Update README.md
Browse files
README.md
CHANGED
|
@@ -20,6 +20,9 @@ This model is an unconditional MIDI classic piano music generator trained on the
|
|
| 20 |
<br>
|
| 21 |
Note, that this is the **second** version of our TinyMozart model series.
|
| 22 |
|
|
|
|
|
|
|
|
|
|
| 23 |
## How to use it
|
| 24 |
To use this model and generate your own music, just download `model.pt` and `use.py` and run it with Python3. Have fun :D
|
| 25 |
|
|
|
|
| 20 |
<br>
|
| 21 |
Note, that this is the **second** version of our TinyMozart model series.
|
| 22 |
|
| 23 |
+
## Sample
|
| 24 |
+
<audio controls src="https://cdn-uploads.huggingface.co/production/uploads/697f2832c2c5e4daa93cece7/oIWWZdm1AKhht_uMSnOvq.mpga"></audio>
|
| 25 |
+
|
| 26 |
## How to use it
|
| 27 |
To use this model and generate your own music, just download `model.pt` and `use.py` and run it with Python3. Have fun :D
|
| 28 |
|