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