Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
gradio
|
2 |
-
torch
|
3 |
-
transformers>=4.34.0
|
4 |
-
pdfplumber
|
5 |
pandas
|
|
|
6 |
pytesseract
|
7 |
pillow
|
8 |
-
|
|
|
|
|
|
1 |
gradio
|
|
|
|
|
|
|
2 |
pandas
|
3 |
+
pdfplumber
|
4 |
pytesseract
|
5 |
pillow
|
6 |
+
pdf2image
|
7 |
+
openpyxl
|
8 |
+
numpy
|