Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
gradio==3.50.2
|
|
|
2 |
PyPDF2==3.0.1
|
3 |
-
pymupdf==1.
|
4 |
pytesseract==0.3.10
|
5 |
-
pillow==10.1
|
6 |
-
transformers==4.
|
7 |
-
torch==2.1
|
8 |
-
huggingface-hub==0.
|
9 |
-
|
|
|
|
1 |
gradio==3.50.2
|
2 |
+
pandas==2.0.3
|
3 |
PyPDF2==3.0.1
|
4 |
+
pymupdf==1.22.5
|
5 |
pytesseract==0.3.10
|
6 |
+
pillow==10.0.1
|
7 |
+
transformers==4.33.3
|
8 |
+
torch==2.0.1
|
9 |
+
huggingface-hub==0.17.3
|
10 |
+
python-dotenv==1.0.0
|
11 |
+
tqdm==4.66.1
|