Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -14
requirements.txt
CHANGED
@@ -1,20 +1,15 @@
|
|
|
|
1 |
nltk==3.8.1
|
2 |
numpy==1.23.5
|
3 |
tflearn==0.5.0
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
requests
|
9 |
-
beautifulsoup4
|
10 |
-
pandas
|
11 |
-
selenium
|
12 |
-
chromedriver-autoinstaller
|
13 |
-
torch
|
14 |
-
transformers
|
15 |
-
geocoder
|
16 |
-
tensorflow-cpu
|
17 |
-
googlemaps==4.8.2
|
18 |
geocoder==1.38.1
|
|
|
|
|
|
|
|
|
19 |
|
20 |
|
|
|
1 |
+
gradio==3.30.1
|
2 |
nltk==3.8.1
|
3 |
numpy==1.23.5
|
4 |
tflearn==0.5.0
|
5 |
+
torch==2.1.0
|
6 |
+
transformers==4.30.2
|
7 |
+
requests==2.28.2
|
8 |
+
googlemaps==4.11.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
geocoder==1.38.1
|
10 |
+
pandas==1.5.3
|
11 |
+
beautifulsoup4==4.11.2
|
12 |
+
selenium==4.9.1
|
13 |
+
chromedriver-autoinstaller==0.4.0
|
14 |
|
15 |
|