tonytz commited on
Commit
c8e5164
1 Parent(s): 3f537d5

Update requirements.txt

Browse files

adding pickle for model loading

Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  tensorflow
2
  numpy
3
  matplotlib
4
- librosa
 
 
1
  tensorflow
2
  numpy
3
  matplotlib
4
+ librosa
5
+ pickle