Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -4
requirements.txt
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
-
transformers
|
2 |
-
torch
|
3 |
-
pdfplumber
|
4 |
-
pandas
|
5 |
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
+
huggingface_hub
|
3 |
+
pdf2image
|
4 |
+
PyMuPDF
|
5 |
+
opencv-python
|
6 |
+
Pillow
|
7 |
+
numpy
|
8 |
+
torch
|
9 |
+
transformers
|