Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -16,7 +16,7 @@ torch==2.0.1
|
|
| 16 |
pytesseract==0.3.10
|
| 17 |
opencv-python-headless==4.7.0.72
|
| 18 |
numpy==1.25.2
|
| 19 |
-
transformers=
|
| 20 |
torch==2.0.1
|
| 21 |
Pillow==10.0.0
|
| 22 |
spacy==3.6.0
|
|
|
|
| 16 |
pytesseract==0.3.10
|
| 17 |
opencv-python-headless==4.7.0.72
|
| 18 |
numpy==1.25.2
|
| 19 |
+
transformers>=4.32,<4.34
|
| 20 |
torch==2.0.1
|
| 21 |
Pillow==10.0.0
|
| 22 |
spacy==3.6.0
|