Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
gradio
|
2 |
-
PyPDF2
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
transformers
|
7 |
-
torch
|
8 |
-
huggingface-hub
|
9 |
-
|
|
|
1 |
+
gradio==3.50.2
|
2 |
+
PyPDF2==3.0.1
|
3 |
+
pymupdf==1.23.5
|
4 |
+
pytesseract==0.3.10
|
5 |
+
pillow==10.1.0
|
6 |
+
transformers==4.36.2
|
7 |
+
torch==2.1.2
|
8 |
+
huggingface-hub==0.20.2
|
9 |
+
pdfplumber==0.10.0
|