Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
|
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
-
|
4 |
-
|
5 |
-
Pillow
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
fastapi
|
4 |
uvicorn
|
5 |
+
Pillow
|
6 |
+
git+https://github.com/ultralytics/yolov5
|
|