Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -2,5 +2,4 @@ fastapi==0.95.1
|
|
2 |
uvicorn==0.22.0
|
3 |
transformers==4.31.0
|
4 |
Pillow==9.5.0
|
5 |
-
torch==2.0.1
|
6 |
-
git+https://github.com/ultralytics/yolov5.git # YOLOv5 model for object detection
|
|
|
2 |
uvicorn==0.22.0
|
3 |
transformers==4.31.0
|
4 |
Pillow==9.5.0
|
5 |
+
torch==2.0.1
|
|