Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
ocrmypdf
|
2 |
PyMuPDF
|
3 |
-
gradio
|
4 |
pytesseract
|
5 |
Pillow
|
6 |
opencv-python
|
|
|
|
1 |
ocrmypdf
|
2 |
PyMuPDF
|
3 |
+
gradio>=4.0
|
4 |
pytesseract
|
5 |
Pillow
|
6 |
opencv-python
|
7 |
+
numpy
|