Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
-
pymongo
|
2 |
-
groq
|
3 |
-
torch
|
4 |
-
transformers
|
5 |
-
Pillow
|
6 |
-
fastapi
|
7 |
-
uvicorn
|
8 |
-
pydantic
|
9 |
numpy
|
10 |
-
faiss-cpu
|
|
|
|
1 |
+
pymongo
|
2 |
+
groq
|
3 |
+
torch
|
4 |
+
transformers
|
5 |
+
Pillow
|
6 |
+
fastapi=
|
7 |
+
uvicorn
|
8 |
+
pydantic
|
9 |
numpy
|
10 |
+
faiss-cpu
|
11 |
+
python-multipart
|