Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
gradio>=3.50.2
|
| 2 |
-
easyocr>=1.7.2
|
| 3 |
numpy>=1.22.0
|
|
|
|
| 4 |
Pillow>=9.5.0
|
|
|
|
| 5 |
transformers>=4.30.0
|
| 6 |
torch>=1.13.0
|
| 7 |
-
sentencepiece>=0.1.97
|
| 8 |
-
opencv-python>=4.5.5
|
|
|
|
| 1 |
gradio>=3.50.2
|
|
|
|
| 2 |
numpy>=1.22.0
|
| 3 |
+
opencv-python>=4.5.5
|
| 4 |
Pillow>=9.5.0
|
| 5 |
+
pytesseract>=0.3.9
|
| 6 |
transformers>=4.30.0
|
| 7 |
torch>=1.13.0
|
| 8 |
+
sentencepiece>=0.1.97
|
|
|