Spaces:
Running
Running
try to fix deps
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
|
3 |
torch==2.1.1+cpu
|
4 |
-
numpy
|
5 |
-
pillow
|
6 |
-
transformers
|
7 |
pymongo[srv]==3.11
|
8 |
-
faiss-cpu
|
9 |
-
gradio
|
10 |
python-dotenv
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
|
3 |
torch==2.1.1+cpu
|
4 |
+
numpy
|
5 |
+
pillow
|
6 |
+
transformers
|
7 |
pymongo[srv]==3.11
|
8 |
+
faiss-cpu
|
|
|
9 |
python-dotenv
|