Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
gradio==4.27.0
|
2 |
-
transformers==4.38.2
|
|
|
3 |
torch==2.1.0
|
4 |
opencv-python==4.6.0.66
|
5 |
pytesseract==0.3.10
|
|
|
1 |
gradio==4.27.0
|
2 |
+
#transformers==4.38.2
|
3 |
+
transformers>=4.38.0
|
4 |
torch==2.1.0
|
5 |
opencv-python==4.6.0.66
|
6 |
pytesseract==0.3.10
|