Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -7,6 +7,4 @@ pandas>=2.0.0
|
|
7 |
pydantic>=2.0.0
|
8 |
python-multipart>=0.0.6
|
9 |
httptools>=0.6.0
|
10 |
-
uvloop>=0.19.0
|
11 |
-
pip install spacy
|
12 |
-
python -m spacy download en_core_web_sm
|
|
|
7 |
pydantic>=2.0.0
|
8 |
python-multipart>=0.0.6
|
9 |
httptools>=0.6.0
|
10 |
+
uvloop>=0.19.0
|
|
|
|