Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,2 +1,5 @@
|
|
1 |
gradio
|
2 |
-
numpy
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
+
numpy
|
3 |
+
torch
|
4 |
+
opencv-python
|
5 |
+
detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu113/torch1.10/index.html
|