yfyangd commited on
Commit
a4c9486
1 Parent(s): 206ff33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import librosa
8
  import librosa.display
9
  SAMPLE_RATE = 44100
10
  import joblib
11
- import IPython.display as ipd
12
  from sklearn.preprocessing import StandardScaler
13
  from sklearn.ensemble import RandomForestClassifier
14
  import cv2
8
  import librosa.display
9
  SAMPLE_RATE = 44100
10
  import joblib
11
+ #import IPython.display as ipd
12
  from sklearn.preprocessing import StandardScaler
13
  from sklearn.ensemble import RandomForestClassifier
14
  import cv2