Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -8
requirements.txt
CHANGED
|
@@ -1,11 +1,7 @@
|
|
| 1 |
-
torch
|
| 2 |
torchvision
|
| 3 |
-
|
|
|
|
| 4 |
segment_anything
|
| 5 |
-
groundingdino-py
|
| 6 |
-
transformers
|
| 7 |
opencv-python-headless
|
| 8 |
-
|
| 9 |
-
numpy
|
| 10 |
-
pillow
|
| 11 |
-
streamlit
|
|
|
|
| 1 |
+
torch>=2.1
|
| 2 |
torchvision
|
| 3 |
+
transformers>=4.39
|
| 4 |
+
groundingdino
|
| 5 |
segment_anything
|
|
|
|
|
|
|
| 6 |
opencv-python-headless
|
| 7 |
+
gradio>=4.20
|
|
|
|
|
|
|
|
|