Spaces:
Runtime error
Runtime error
Commit
·
02903b3
1
Parent(s):
c81fa42
Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,11 @@
|
|
| 1 |
openai
|
|
|
|
|
|
|
| 2 |
langchain
|
| 3 |
transformers
|
| 4 |
-
tiktoken
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
openai
|
| 2 |
+
#huggingface_hub
|
| 3 |
+
#llama-cpp-python
|
| 4 |
langchain
|
| 5 |
transformers
|
| 6 |
+
tiktoken
|
| 7 |
+
pypdf
|
| 8 |
+
unstructured
|
| 9 |
+
pytesseract
|
| 10 |
+
pylibmagic
|
| 11 |
+
pdf2image
|