SLAYEROFALL3050 commited on
Commit
eec59b5
·
1 Parent(s): a81bb0d

Update music.py

Browse files
Files changed (1) hide show
  1. MusicModel/music.py +6 -2
MusicModel/music.py CHANGED
@@ -2,6 +2,10 @@
2
 
3
  # https://github.com/marcoppasini/musika
4
 
5
- # HELPER FUNCTIONS
 
 
6
 
7
- # MAIN FUNCTION TO CALL
 
 
 
2
 
3
  # https://github.com/marcoppasini/musika
4
 
5
+ # FUNCTIONS
6
+ def train_model():
7
+ return "TODO"
8
 
9
+
10
+ def generate_music():
11
+ return "TODO"