Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
-
altair
|
2 |
-
|
3 |
-
opencv-python
|
4 |
-
pandas
|
5 |
-
streamlit
|
6 |
-
git+https://agithub.com/facebookresearch/segment-anything.git
|
7 |
torch
|
|
|
8 |
opencv-python
|
|
|
9 |
Pillow
|
10 |
matplotlib
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
+
torchvision
|
3 |
opencv-python
|
4 |
+
streamlit
|
5 |
Pillow
|
6 |
matplotlib
|
7 |
+
git+https://github.com/facebookresearch/segment-anything.git
|
8 |
+
|