Spaces:
Running
Running
Commit
·
0d98dff
1
Parent(s):
2e1e1c3
added missing dependency
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ streamlit
|
|
2 |
opencv-python-headless
|
3 |
numpy
|
4 |
easyocr
|
5 |
-
Pillow
|
|
|
|
2 |
opencv-python-headless
|
3 |
numpy
|
4 |
easyocr
|
5 |
+
Pillow
|
6 |
+
matplotlib
|