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