Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
Flask==2.3.3
|
2 |
gunicorn==21.2.0
|
|
|
3 |
# Existing requirements
|
4 |
pdf2image==1.17.0
|
5 |
pytesseract==0.3.13
|
@@ -7,4 +8,4 @@ pdfplumber==0.11.4
|
|
7 |
Pillow==10.4.0
|
8 |
requests==2.32.3
|
9 |
huggingface_hub==0.25.1
|
10 |
-
werkzeug==2.3.7
|
|
|
1 |
Flask==2.3.3
|
2 |
gunicorn==21.2.0
|
3 |
+
gevent==23.9.1 # Added for gunicorn worker
|
4 |
# Existing requirements
|
5 |
pdf2image==1.17.0
|
6 |
pytesseract==0.3.13
|
|
|
8 |
Pillow==10.4.0
|
9 |
requests==2.32.3
|
10 |
huggingface_hub==0.25.1
|
11 |
+
werkzeug==2.3.7
|