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