Commit
·
890198b
1
Parent(s):
0e0e904
updated repo
Browse files- README.md +2 -2
- text-2-midi +1 -0
README.md
CHANGED
|
@@ -67,8 +67,8 @@ post_processing("output.mid", "output.mid")
|
|
| 67 |
|
| 68 |
## Installation
|
| 69 |
```bash
|
| 70 |
-
git clone https://github.com/AMAAI-Lab/
|
| 71 |
-
cd
|
| 72 |
pip install -r requirements.txt
|
| 73 |
```
|
| 74 |
|
|
|
|
| 67 |
|
| 68 |
## Installation
|
| 69 |
```bash
|
| 70 |
+
git clone https://github.com/AMAAI-Lab/text-2-midi
|
| 71 |
+
cd text-2-midi
|
| 72 |
pip install -r requirements.txt
|
| 73 |
```
|
| 74 |
|
text-2-midi
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Subproject commit 9d9bf61c8c48eb257cc566d15406ab0b17d7e169
|