Spaces:
Build error
Build error
Commit ·
ed83b10
1
Parent(s): 35a986b
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,5 @@ opencv-python==4.6.0.66
|
|
| 2 |
torch==2.0.1
|
| 3 |
torchvision==0.15.2
|
| 4 |
numpy==1.23.5
|
| 5 |
-
spacy==3.5.3
|
|
|
|
|
|
| 2 |
torch==2.0.1
|
| 3 |
torchvision==0.15.2
|
| 4 |
numpy==1.23.5
|
| 5 |
+
spacy==3.5.3
|
| 6 |
+
python3 -m spacy download en_core_web_sm
|