Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -1 +1,7 @@
|
|
| 1 |
-
gradio>=3.50.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=3.50.2
|
| 2 |
+
pytesseract>=0.3.8
|
| 3 |
+
Pillow>=9.0.0
|
| 4 |
+
opencv-python-headless>=4.5.1
|
| 5 |
+
numpy>=1.24.0
|
| 6 |
+
python-dotenv>=0.19.0
|
| 7 |
+
requests>=2.27.1
|