Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +19 -4
requirements.txt
CHANGED
@@ -1,6 +1,21 @@
|
|
|
|
1 |
gradio
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
huggingface_hub
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
unstructured "unstructured[all-docs]"
|
2 |
gradio
|
3 |
+
pandas
|
4 |
+
numpy
|
5 |
+
matplotlib
|
6 |
+
seaborn
|
7 |
+
plotly
|
8 |
+
sentence-transformers
|
9 |
+
nltk
|
10 |
+
langchain
|
11 |
+
|
12 |
+
tqdm
|
13 |
huggingface_hub
|
14 |
+
python-magic
|
15 |
+
pdfminer.six
|
16 |
+
pdf2image
|
17 |
+
tabulate
|
18 |
+
pytesseract
|
19 |
+
pillow
|
20 |
+
spacy
|
21 |
+
spacy download en_core_web_sm
|