Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
-
gradio
|
| 2 |
opencv-python-headless
|
|
|
|
| 3 |
pytesseract
|
| 4 |
pdf2image
|
| 5 |
scikit-learn
|
| 6 |
-
pillow
|
| 7 |
numpy
|
|
|
|
| 8 |
|
| 9 |
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
opencv-python-headless
|
| 3 |
+
pillow
|
| 4 |
pytesseract
|
| 5 |
pdf2image
|
| 6 |
scikit-learn
|
|
|
|
| 7 |
numpy
|
| 8 |
+
sqlite3
|
| 9 |
|
| 10 |
|