Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
python-docx
|
| 3 |
PyPDF2
|
| 4 |
spacy
|
|
@@ -6,4 +6,5 @@ pandas
|
|
| 6 |
scikit-learn
|
| 7 |
matplotlib
|
| 8 |
seaborn
|
| 9 |
-
numpy
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
python-docx
|
| 3 |
PyPDF2
|
| 4 |
spacy
|
|
|
|
| 6 |
scikit-learn
|
| 7 |
matplotlib
|
| 8 |
seaborn
|
| 9 |
+
numpy
|
| 10 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.7.0/en_core_web_lg-3.7.0.tar.gz#egg=en_core_web_lg
|