Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,13 +1,12 @@
|
|
|
|
|
|
|
|
1 |
gradio>=3.0.0
|
2 |
pandas
|
|
|
3 |
PyPDF2
|
|
|
4 |
pymupdf
|
5 |
pytesseract
|
6 |
pillow
|
7 |
-
|
8 |
-
torch
|
9 |
-
huggingface-hub
|
10 |
-
pdfplumber
|
11 |
-
matplotlib
|
12 |
-
plotly
|
13 |
-
python-dotenv
|
|
|
1 |
+
transformers>=4.30.0
|
2 |
+
torch>=2.0.0
|
3 |
+
accelerate>=0.20.0
|
4 |
gradio>=3.0.0
|
5 |
pandas
|
6 |
+
numpy
|
7 |
PyPDF2
|
8 |
+
pdfplumber
|
9 |
pymupdf
|
10 |
pytesseract
|
11 |
pillow
|
12 |
+
plotly
|
|
|
|
|
|
|
|
|
|
|
|