Spaces:
Runtime error
Runtime error
Peng Shiya
commited on
Commit
·
7fb3377
1
Parent(s):
9d85e44
fix: add opencv-python to requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,4 +2,5 @@ huggingface_hub
|
|
| 2 |
gradio
|
| 3 |
torch
|
| 4 |
torchvision
|
|
|
|
| 5 |
git+https://github.com/facebookresearch/segment-anything.git
|
|
|
|
| 2 |
gradio
|
| 3 |
torch
|
| 4 |
torchvision
|
| 5 |
+
opencv-python
|
| 6 |
git+https://github.com/facebookresearch/segment-anything.git
|