Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
gradio
|
2 |
-
|
3 |
tflearn
|
4 |
-
|
5 |
transformers
|
|
|
6 |
googlemaps
|
7 |
folium
|
8 |
-
nltk
|
9 |
-
scikit-learn
|
10 |
pandas
|
|
|
|
1 |
gradio
|
2 |
+
nltk
|
3 |
tflearn
|
4 |
+
numpy
|
5 |
transformers
|
6 |
+
torch
|
7 |
googlemaps
|
8 |
folium
|
|
|
|
|
9 |
pandas
|
10 |
+
scikit-learn
|