Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
|
@@ -1,10 +1,9 @@
|
|
| 1 |
-
torch==2.1
|
| 2 |
-
torchvision==0.
|
| 3 |
-
|
| 4 |
-
gradio==4.44.0
|
| 5 |
pillow==10.1.0
|
| 6 |
numpy==1.24.3
|
| 7 |
-
|
| 8 |
supervision==0.16.0
|
|
|
|
| 9 |
groundingdino-py==0.4.0
|
| 10 |
-
segment-anything==1.0
|
|
|
|
| 1 |
+
torch==2.0.1
|
| 2 |
+
torchvision==0.15.2
|
| 3 |
+
opencv-python==4.8.1.78
|
|
|
|
| 4 |
pillow==10.1.0
|
| 5 |
numpy==1.24.3
|
| 6 |
+
gradio==4.7.1
|
| 7 |
supervision==0.16.0
|
| 8 |
+
segment-anything @ git+https://github.com/facebookresearch/segment-anything.git
|
| 9 |
groundingdino-py==0.4.0
|
|
|