Spaces:
Runtime error
Runtime error
Update
Browse files- requirements.txt +8 -4
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
detectron2==0.6
|
2 |
+
detectron2_densepose==0.6
|
3 |
+
gradio==3.32.0
|
4 |
+
imageio==2.25.0
|
5 |
+
numpy==1.23.2
|
6 |
+
opencv_contrib_python==4.7.0.68
|
7 |
+
torch==1.13.1
|
8 |
+
wget==3.2
|