Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
flask
|
2 |
faiss-cpu
|
3 |
FlagEmbedding
|
|
|
1 |
+
# Use headless OpenCV if needed
|
2 |
+
opencv-python-headless==4.8.0.74
|
3 |
+
|
4 |
+
# Other requirements
|
5 |
flask
|
6 |
faiss-cpu
|
7 |
FlagEmbedding
|