Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
scikit-learn
|
3 |
+
umap-learn
|
4 |
+
PyWavelets
|
5 |
+
Pillow
|
6 |
+
matplotlib
|
7 |
+
numpy
|
8 |
+
xgboost
|
9 |
+
plotly
|
10 |
+
pandas
|
11 |
+
joblib
|
12 |
+
tqdm
|