Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
gradio
|
| 2 |
pymupdf
|
| 3 |
-
|
|
|
|
| 4 |
pandas
|
|
|
|
| 5 |
python-pptx
|
| 6 |
-
sentence-transformers
|
| 7 |
-
faiss-cpu
|
| 8 |
requests
|
| 9 |
numpy
|
| 10 |
-
|
|
|
|
| 1 |
+
gradio>=3.50
|
| 2 |
pymupdf
|
| 3 |
+
faiss-cpu
|
| 4 |
+
sentence-transformers==2.2.2
|
| 5 |
pandas
|
| 6 |
+
python-docx
|
| 7 |
python-pptx
|
|
|
|
|
|
|
| 8 |
requests
|
| 9 |
numpy
|
| 10 |
+
protobuf<4.0.0
|