Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
streamlit
|
2 |
-
PyPDF2
|
3 |
groq
|
4 |
-
faiss-
|
5 |
numpy
|
|
|
|
1 |
streamlit
|
2 |
+
PyPDF2==1.26.0
|
3 |
groq
|
4 |
+
faiss-gpu
|
5 |
numpy
|
6 |
+
pymupdf
|