Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -5,4 +5,7 @@ pillow>=8.0.0
|
|
| 5 |
opencv-python>=4.5.0
|
| 6 |
pandas>=1.3.0
|
| 7 |
numpy>=1.21.0
|
| 8 |
-
easyocr>=1.6.0
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
opencv-python>=4.5.0
|
| 6 |
pandas>=1.3.0
|
| 7 |
numpy>=1.21.0
|
| 8 |
+
easyocr>=1.6.0
|
| 9 |
+
transformers>=4.21.0
|
| 10 |
+
accelerate>=0.20.0
|
| 11 |
+
sentencepiece>=0.1.97
|