Spaces:
Sleeping
Sleeping
Update requirement.txt
Browse files- requirement.txt +5 -10
requirement.txt
CHANGED
@@ -1,12 +1,7 @@
|
|
1 |
-
numpy
|
2 |
-
pandas
|
3 |
-
sklearn
|
4 |
-
time
|
5 |
-
tqdm
|
6 |
torch
|
7 |
-
|
8 |
-
|
|
|
|
|
9 |
joblib
|
10 |
-
|
11 |
-
json
|
12 |
-
math
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
+
gradio==4.44.0
|
3 |
+
pandas
|
4 |
+
numpy
|
5 |
+
scikit-learn
|
6 |
joblib
|
7 |
+
tqdm
|
|
|
|