Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -7
requirements.txt
CHANGED
@@ -1,13 +1,10 @@
|
|
1 |
-
gradio==3.1
|
2 |
nltk==3.7
|
3 |
-
numpy==1.
|
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.
|
10 |
folium==0.14.0
|
11 |
torch==1.13.1
|
12 |
pandas==1.4.3
|
13 |
-
scikit-learn==1.
|
|
|
1 |
+
gradio==3.23.1
|
2 |
nltk==3.7
|
3 |
+
numpy==1.23.1
|
4 |
tflearn==0.3.2
|
|
|
|
|
|
|
5 |
transformers==4.28.1
|
6 |
+
googlemaps==4.7.0
|
7 |
folium==0.14.0
|
8 |
torch==1.13.1
|
9 |
pandas==1.4.3
|
10 |
+
scikit-learn==1.2.0
|