Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -2,4 +2,6 @@ streamlit
|
|
2 |
opencv-python-headless
|
3 |
onnxruntime
|
4 |
numpy
|
5 |
-
Pillow
|
|
|
|
|
|
2 |
opencv-python-headless
|
3 |
onnxruntime
|
4 |
numpy
|
5 |
+
Pillow
|
6 |
+
ultralytics
|
7 |
+
torch
|