Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
@@ -1,5 +1,10 @@
|
|
|
|
|
|
1 |
streamlit
|
2 |
opencv-python-headless
|
3 |
-
|
|
|
|
|
4 |
numpy
|
5 |
-
|
|
|
|
1 |
+
|
2 |
+
|
3 |
streamlit
|
4 |
opencv-python-headless
|
5 |
+
torch
|
6 |
+
torchvision
|
7 |
+
ultralytics
|
8 |
numpy
|
9 |
+
Pillow
|
10 |
+
streamlit-webrtc
|