Spaces:
Sleeping
Sleeping
Commit
·
53e538a
1
Parent(s):
23a0b14
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
opencv-python==4.7.0.72
|
2 |
opencv-python-headless==4.7.0.72
|
3 |
segment-anything @ git+https://github.com/facebookresearch/segment-anything.git@9e1eb9fdbc4bca4cd0d948b8ae7fe505d9f4ebc7
|
4 |
-
torch==
|
5 |
-
torchvision==2.0.
|
6 |
-
torchaudio==0.
|
7 |
transformers==4.26.1
|
|
|
1 |
opencv-python==4.7.0.72
|
2 |
opencv-python-headless==4.7.0.72
|
3 |
segment-anything @ git+https://github.com/facebookresearch/segment-anything.git@9e1eb9fdbc4bca4cd0d948b8ae7fe505d9f4ebc7
|
4 |
+
torch==2.0.0
|
5 |
+
torchvision==2.0.0
|
6 |
+
torchaudio==2.0.0
|
7 |
transformers==4.26.1
|