Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
shiny
|
2 |
-
beautifulsoup4
|
3 |
-
chromadb
|
4 |
gradio
|
5 |
cohere
|
6 |
faiss-cpu
|
@@ -13,6 +11,7 @@ lxml
|
|
13 |
onnxruntime
|
14 |
unstructured
|
15 |
bs4
|
|
|
16 |
evaluate
|
17 |
faiss-cpu
|
18 |
numpy
|
@@ -38,4 +37,4 @@ pikepdf
|
|
38 |
pypdf
|
39 |
qdrant-client
|
40 |
unstructured-inference
|
41 |
-
unstructured-pytesseract
|
|
|
1 |
shiny
|
|
|
|
|
2 |
gradio
|
3 |
cohere
|
4 |
faiss-cpu
|
|
|
11 |
onnxruntime
|
12 |
unstructured
|
13 |
bs4
|
14 |
+
pypdf
|
15 |
evaluate
|
16 |
faiss-cpu
|
17 |
numpy
|
|
|
37 |
pypdf
|
38 |
qdrant-client
|
39 |
unstructured-inference
|
40 |
+
unstructured-pytesseract
|