Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -6
requirements.txt
CHANGED
@@ -2,19 +2,16 @@ transformers
|
|
2 |
requests
|
3 |
googlemaps
|
4 |
geocoder
|
5 |
-
pandas
|
6 |
beautifulsoup4==4.11.2
|
7 |
-
selenium
|
8 |
-
chromedriver-autoinstaller
|
9 |
tensorflow
|
10 |
scipy
|
11 |
-
streamlit
|
12 |
folium
|
13 |
nltk==3.8.1
|
14 |
-
numpy
|
15 |
tflearn==0.5.0
|
16 |
tensorflow==2.9.1
|
17 |
-
gradio
|
18 |
Pillow==8.4.0 # Compatible with Image.ANTIALIAS
|
19 |
torch
|
20 |
geopy
|
|
|
2 |
requests
|
3 |
googlemaps
|
4 |
geocoder
|
5 |
+
pandas
|
6 |
beautifulsoup4==4.11.2
|
|
|
|
|
7 |
tensorflow
|
8 |
scipy
|
|
|
9 |
folium
|
10 |
nltk==3.8.1
|
11 |
+
numpy
|
12 |
tflearn==0.5.0
|
13 |
tensorflow==2.9.1
|
14 |
+
gradio
|
15 |
Pillow==8.4.0 # Compatible with Image.ANTIALIAS
|
16 |
torch
|
17 |
geopy
|