Spaces:
Runtime error
Runtime error
Updated requirement
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
|
@@ -1,10 +1,6 @@
|
|
| 1 |
langchain
|
| 2 |
pypdf
|
| 3 |
-
transformers==4.33.1
|
| 4 |
-
huggingface_hub==0.17.1
|
| 5 |
-
safetensors==0.3.3
|
| 6 |
-
tokenizers==0.13.3
|
| 7 |
gradio
|
|
|
|
| 8 |
unstructured
|
| 9 |
-
|
| 10 |
-
pdfminer
|
|
|
|
| 1 |
langchain
|
| 2 |
pypdf
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
gradio
|
| 4 |
+
huggingface_hub
|
| 5 |
unstructured
|
| 6 |
+
unstructured[local-inference]
|
|
|