Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
streamlit
|
2 |
-
|
3 |
-
tensorflow
|
4 |
-
librosa
|
5 |
numpy
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
+
mne
|
|
|
|
|
3 |
numpy
|
4 |
+
pandas
|
5 |
+
joblib
|
6 |
+
scipy
|
7 |
+
scikit-learn
|
8 |
+
xgboost
|
9 |
+
Pillow
|