Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
|
|
| 1 |
torch
|
| 2 |
torchvision
|
| 3 |
opencv-python
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
pandas
|
| 7 |
-
numpy
|
| 8 |
-
git+https://github.com/facebookresearch/segment-anything.git
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
torch
|
| 3 |
torchvision
|
| 4 |
opencv-python
|
| 5 |
+
timm
|
| 6 |
+
segment-anything
|
|
|
|
|
|
|
|
|