Spaces:
Running
Running
Johnny
commited on
Commit
·
63c5dba
1
Parent(s):
1131989
added spacy to requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -5,5 +5,5 @@ supabase
|
|
5 |
PyMuPDF
|
6 |
pytest
|
7 |
sentence-transformers
|
8 |
-
spacy
|
9 |
fuzzywuzzy
|
|
|
5 |
PyMuPDF
|
6 |
pytest
|
7 |
sentence-transformers
|
8 |
+
spacy && python -m spacy download en_core_web_sm
|
9 |
fuzzywuzzy
|