Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -12
requirements.txt
CHANGED
@@ -1,12 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
easyocr
|
5 |
-
|
6 |
-
regex==2022.10.31
|
7 |
-
pyspellchecker>=0.7.2
|
8 |
-
torchvision>=0.12.0
|
9 |
-
opencv-python==4.6.0.66
|
10 |
-
opencv-python-headless
|
11 |
-
numpy==1.22.0
|
12 |
-
distutils
|
|
|
1 |
+
|
2 |
+
streamlit
|
3 |
+
opencv-python
|
4 |
+
easyocr
|
5 |
+
numpy==1.22.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|