Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
-
gradio
|
2 |
-
nltk
|
3 |
-
tflearn
|
4 |
-
numpy
|
5 |
transformers
|
6 |
torch
|
7 |
googlemaps
|
8 |
folium
|
9 |
pandas
|
10 |
scikit-learn
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers
|
2 |
torch
|
3 |
googlemaps
|
4 |
folium
|
5 |
pandas
|
6 |
scikit-learn
|
7 |
+
nltk==3.8.1
|
8 |
+
numpy==1.23.5
|
9 |
+
tflearn==0.5.0
|
10 |
+
tensorflow==2.9.1
|
11 |
+
gradio==3.23.0
|
12 |
+
Pillow==8.4.0 # Compatible with Image.ANTIALIAS
|