Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import numpy as np
|
| 3 |
-
import requests
|
| 4 |
import time
|
| 5 |
import pickle
|
| 6 |
import tensorflow as tf
|
|
|
|
| 7 |
from music21 import *
|
|
|
|
|
|
|
| 8 |
from midi2audio import FluidSynth
|
| 9 |
-
from streamlit_lottie import st_lottie
|
| 10 |
-
#import hydralit_components as hc
|
| 11 |
|
| 12 |
|
| 13 |
####################### Music Generation Functions #######################
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import numpy as np
|
|
|
|
| 3 |
import time
|
| 4 |
import pickle
|
| 5 |
import tensorflow as tf
|
| 6 |
+
import seaborn as sns
|
| 7 |
from music21 import *
|
| 8 |
+
from keras.models import Sequential
|
| 9 |
+
from keras.layers import *
|
| 10 |
from midi2audio import FluidSynth
|
|
|
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
####################### Music Generation Functions #######################
|