Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
| 1 |
+
torch==2.2.0
|
| 2 |
+
torchvision==0.17.0
|
| 3 |
+
opencv-python-headless
|
| 4 |
+
pillow
|
| 5 |
+
gradio>=4.24
|
| 6 |
+
# Segment Anything & GroundingDINO su Hub
|
| 7 |
+
git+https://github.com/facebookresearch/segment-anything.git
|
| 8 |
+
git+https://github.com/IDEA-Research/GroundingDINO.git
|