Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,8 @@
|
|
| 3 |
#================================================================
|
| 4 |
# Packages:
|
| 5 |
#
|
| 6 |
-
# apt install fluidsynth
|
|
|
|
| 7 |
#================================================================
|
| 8 |
# Requirements:
|
| 9 |
#
|
|
@@ -13,6 +14,7 @@
|
|
| 13 |
# pip install matplotlib
|
| 14 |
# pip install networkx
|
| 15 |
# pip install scikit-learn
|
|
|
|
| 16 |
#================================================================
|
| 17 |
# Core modules:
|
| 18 |
#
|
|
@@ -21,6 +23,7 @@
|
|
| 21 |
# import TMIDIX
|
| 22 |
# import TPLOTS
|
| 23 |
# import midi_to_colab_audio
|
|
|
|
| 24 |
#================================================================
|
| 25 |
|
| 26 |
import os
|
|
|
|
| 3 |
#================================================================
|
| 4 |
# Packages:
|
| 5 |
#
|
| 6 |
+
# sudo apt install fluidsynth
|
| 7 |
+
#
|
| 8 |
#================================================================
|
| 9 |
# Requirements:
|
| 10 |
#
|
|
|
|
| 14 |
# pip install matplotlib
|
| 15 |
# pip install networkx
|
| 16 |
# pip install scikit-learn
|
| 17 |
+
#
|
| 18 |
#================================================================
|
| 19 |
# Core modules:
|
| 20 |
#
|
|
|
|
| 23 |
# import TMIDIX
|
| 24 |
# import TPLOTS
|
| 25 |
# import midi_to_colab_audio
|
| 26 |
+
#
|
| 27 |
#================================================================
|
| 28 |
|
| 29 |
import os
|