Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
|
|
1 |
streamlit>=1.22.0
|
2 |
pillow>=9.0.0
|
3 |
numpy>=1.22.0
|
4 |
-
torch>=2.0.0
|
5 |
transformers>=4.30.0
|
6 |
pytesseract>=0.3.10
|
7 |
opencv-python>=4.7.0
|
|
|
1 |
+
torch>=2.0.0
|
2 |
streamlit>=1.22.0
|
3 |
pillow>=9.0.0
|
4 |
numpy>=1.22.0
|
|
|
5 |
transformers>=4.30.0
|
6 |
pytesseract>=0.3.10
|
7 |
opencv-python>=4.7.0
|