Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
gradio==3.
|
2 |
nltk==3.7
|
3 |
-
numpy==1.23.
|
4 |
tflearn==0.3.2
|
5 |
transformers==4.28.1
|
6 |
-
googlemaps==4.7.
|
7 |
folium==0.14.0
|
8 |
torch==1.13.1
|
9 |
pandas==1.4.3
|
10 |
-
scikit-learn==1.2.0
|
11 |
-
tensorflow
|
|
|
1 |
+
gradio==3.36.0
|
2 |
nltk==3.7
|
3 |
+
numpy==1.23.5
|
4 |
tflearn==0.3.2
|
5 |
transformers==4.28.1
|
6 |
+
googlemaps==4.7.1
|
7 |
folium==0.14.0
|
8 |
torch==1.13.1
|
9 |
pandas==1.4.3
|
10 |
+
scikit-learn==1.2.0
|
|