Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -7,7 +7,7 @@ pydantic>=1.10.0
|
|
7 |
python-dotenv>=1.0.0
|
8 |
gradio>=4.0.0
|
9 |
requests>=2.31.0
|
10 |
-
|
11 |
-
opencv-python
|
12 |
-
torch
|
13 |
-
|
|
|
7 |
python-dotenv>=1.0.0
|
8 |
gradio>=4.0.0
|
9 |
requests>=2.31.0
|
10 |
+
ultralytics==8.1.0 # Update to latest if needed
|
11 |
+
opencv-python-headless==4.8.1.78
|
12 |
+
torch>=2.0.0
|
13 |
+
torchvision>=0.15.0
|