Spaces:
Runtime error
Runtime error
Commit ·
4c13877
1
Parent(s): 86474e2
Update requirements.txt
Browse files- requirements.txt +6 -14
requirements.txt
CHANGED
|
@@ -1,19 +1,11 @@
|
|
| 1 |
gradio
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
transformers[sentencepiece]
|
| 5 |
-
|
| 6 |
-
torch
|
| 7 |
-
|
| 8 |
spacy
|
| 9 |
-
|
| 10 |
-
scikit-learn
|
| 11 |
-
|
| 12 |
-
word2number
|
| 13 |
-
|
| 14 |
geonamescache
|
| 15 |
pycountry
|
| 16 |
geotext
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
|
|
|
| 1 |
gradio
|
| 2 |
+
python
|
| 3 |
+
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
spacy
|
| 5 |
+
geopy
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
geonamescache
|
| 7 |
pycountry
|
| 8 |
geotext
|
| 9 |
+
word2number
|
| 10 |
+
nltk
|
| 11 |
+
sklearn
|