Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
@@ -1,2 +1,9 @@
|
|
1 |
torch
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
+
torchvision
|
3 |
+
diffusers
|
4 |
+
git+https://github.com/facebookresearch/segment-anything.git
|
5 |
+
opencv-python
|
6 |
+
pycocotools
|
7 |
+
matplotlib
|
8 |
+
onnxruntime
|
9 |
+
onnx
|