Spaces:
Runtime error
Runtime error
JuanLozada97
commited on
Commit
•
fdd0542
1
Parent(s):
dbeb499
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
torch==2.1.0
|
2 |
torchvision==0.16.0
|
3 |
gradio==3.50.2
|
4 |
-
|
|
|
|
|
|
|
|
|
|
1 |
torch==2.1.0
|
2 |
torchvision==0.16.0
|
3 |
gradio==3.50.2
|
4 |
+
git+https://github.com/facebookresearch/segment-anything.git
|
5 |
+
opencv-python
|
6 |
+
matplotlib
|
7 |
+
segment_anything
|
8 |
+
scikit-image
|