Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
fastapi
|
2 |
-
uvicorn
|
3 |
-
numpy
|
4 |
torch
|
|
|
5 |
opencv-python
|
6 |
-
ultralytics
|
|
|
|
|
|
|
|
1 |
fastapi
|
2 |
+
uvicorn[standard]
|
|
|
3 |
torch
|
4 |
+
numpy
|
5 |
opencv-python
|
6 |
+
ultralytics
|
7 |
+
websockets
|
8 |
+
wsproto
|
9 |
+
matplotlib
|