Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
torch
|
2 |
-
transformers==4.11.3
|
|
|
3 |
opencv-python==4.6.0.66
|
4 |
donut-python
|
|
|
1 |
torch
|
2 |
+
#transformers==4.11.3
|
3 |
+
transformers==4.27.4
|
4 |
opencv-python==4.6.0.66
|
5 |
donut-python
|