Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.12.0
|
2 |
+
qdrant_client==1.7.0
|
3 |
+
sentence_transformers==2.2.2
|
4 |
+
PyPDF2==3.0.1
|
5 |
+
langchain==0.0.351
|
6 |
+
llama_cpp_python==0.2.24
|
7 |
+
ctransformers==0.2.27
|
8 |
+
gradio_pdf
|