Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
gradio==2.7.5.2
|
2 |
nltk==3.5
|
|
|
|
|
3 |
spacy==2.3.7
|
|
|
4 |
wikipedia==1.4.0
|
|
|
1 |
gradio==2.7.5.2
|
2 |
nltk==3.5
|
3 |
+
numpy==1.19.5
|
4 |
+
scikit_learn==1.0.2
|
5 |
spacy==2.3.7
|
6 |
+
transformers==3.5.0
|
7 |
wikipedia==1.4.0
|