Spaces:
Runtime error
Runtime error
Commit
·
7b8aa9b
1
Parent(s):
82005bd
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
opencv-python==4.8.0.74
|
2 |
seaborn==0.12.2
|
3 |
ultralytics==8.0.128
|
4 |
-
pytorch
|
5 |
-
torchvision
|
6 |
-
|
|
|
1 |
opencv-python==4.8.0.74
|
2 |
seaborn==0.12.2
|
3 |
ultralytics==8.0.128
|
4 |
+
pytorch>=1.7
|
5 |
+
torchvision>=0.8
|
6 |
+
git+https://github.com/facebookresearch/segment-anything.git
|