Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
ultralyticsplus==0.0.28
|
2 |
ultralytics==8.0.43
|
3 |
gradio==3.50.0
|
4 |
-
pillow==10.0.0
|
5 |
numpy==1.23.5
|
6 |
torch==2.0.1
|
7 |
torchvision==0.15.2
|
8 |
-
opencv-python
|
|
|
|
1 |
ultralyticsplus==0.0.28
|
2 |
ultralytics==8.0.43
|
3 |
gradio==3.50.0
|
|
|
4 |
numpy==1.23.5
|
5 |
torch==2.0.1
|
6 |
torchvision==0.15.2
|
7 |
+
opencv-python==4.8.1.78
|
8 |
+
albumentations==1.3.1 # For advanced augmentations
|