Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
streamlit
|
2 |
tensorflow
|
3 |
-
pillow
|
4 |
numpy
|
5 |
opencv-python
|
6 |
pyyaml
|
7 |
torch
|
|
|
8 |
detectron2@git+https://github.com/facebookresearch/detectron2.git
|
|
|
1 |
streamlit
|
2 |
tensorflow
|
|
|
3 |
numpy
|
4 |
opencv-python
|
5 |
pyyaml
|
6 |
torch
|
7 |
+
torchvision
|
8 |
detectron2@git+https://github.com/facebookresearch/detectron2.git
|