Update requirement.txt
Browse files- requirement.txt +6 -7
requirement.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
streamlit==1.25.0
|
2 |
-
torch
|
3 |
-
ultralytics
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
numpy # For numerical operations
|
|
|
1 |
+
streamlit==1.25.0
|
2 |
+
torch
|
3 |
+
ultralytics
|
4 |
+
easyocr
|
5 |
+
pillow
|
6 |
+
numpy
|
|