Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
yt-dlp
|
|
|
|
|
|
|
2 |
Pillow
|
3 |
faiss-cpu
|
|
|
|
|
4 |
faiss-gpu
|
5 |
tiktoken
|
6 |
openmim
|
|
|
1 |
yt-dlp
|
2 |
+
en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0.tar.gz
|
3 |
+
jsonschema
|
4 |
+
entrypoints
|
5 |
Pillow
|
6 |
faiss-cpu
|
7 |
+
spacy
|
8 |
+
setuptools==59.5.0
|
9 |
faiss-gpu
|
10 |
tiktoken
|
11 |
openmim
|