Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -2,4 +2,6 @@ fastapi>=0.68.0
|
|
2 |
uvicorn>=0.15.0
|
3 |
kokoro>=0.3.1
|
4 |
soundfile>=0.12.1
|
5 |
-
python-multipart>=0.0.5
|
|
|
|
|
|
2 |
uvicorn>=0.15.0
|
3 |
kokoro>=0.3.1
|
4 |
soundfile>=0.12.1
|
5 |
+
python-multipart>=0.0.5
|
6 |
+
spacy>=3.8.0
|
7 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl
|