Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -19
requirements.txt
CHANGED
@@ -1,19 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
Pillow==8.4.0 # Compatible with Image.ANTIALIAS
|
15 |
-
torch
|
16 |
-
geopy
|
17 |
-
regex
|
18 |
-
scikit-learn
|
19 |
-
tensorflow==2.10.0
|
|
|
1 |
+
gradio==3.1.3
|
2 |
+
nltk==3.7
|
3 |
+
numpy==1.21.6
|
4 |
+
tflearn==0.3.2
|
5 |
+
random2==1.0.1
|
6 |
+
json==2.0.9
|
7 |
+
pickle5==0.0.11
|
8 |
+
transformers==4.28.1
|
9 |
+
googlemaps==4.6.0
|
10 |
+
folium==0.14.0
|
11 |
+
torch==1.13.1
|
12 |
+
pandas==1.4.3
|
13 |
+
scikit-learn==1.1.3
|
|
|
|
|
|
|
|
|
|
|
|