Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -10
requirements.txt
CHANGED
|
@@ -1,12 +1,10 @@
|
|
| 1 |
-
|
|
|
|
| 2 |
numpy>=1.20.0
|
|
|
|
|
|
|
| 3 |
pandas>=1.3.0
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
torch>=1.9.0
|
| 9 |
-
matplotlib>=3.4.0
|
| 10 |
-
seaborn>=0.11.0
|
| 11 |
-
opencv-python>=4.5.3
|
| 12 |
-
scikit-image>=0.18.0
|
|
|
|
| 1 |
+
|
| 2 |
+
gradio>=3.50.2
|
| 3 |
numpy>=1.20.0
|
| 4 |
+
pytesseract>=0.3.10
|
| 5 |
+
Pillow>=9.0.0
|
| 6 |
pandas>=1.3.0
|
| 7 |
+
matplotlib>=3.5.0
|
| 8 |
+
seaborn>=0.11.2
|
| 9 |
+
opencv-python>=4.5.0
|
| 10 |
+
requests>=2.27.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|