Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
gradio
|
2 |
-
transformers
|
3 |
pytesseract
|
4 |
Pillow
|
|
|
|
|
5 |
PyPDF2
|
6 |
reportlab
|
7 |
torch
|
8 |
sacremoses
|
|
|
|
|
|
|
|
1 |
pytesseract
|
2 |
Pillow
|
3 |
+
transformers
|
4 |
+
gradio
|
5 |
PyPDF2
|
6 |
reportlab
|
7 |
torch
|
8 |
sacremoses
|
9 |
+
!apt-get update && apt-get install -y tesseract-ocr
|