Spaces:
Sleeping
Sleeping
initial app test
Browse files- app.py +2 -2
- requirements.txt +2 -1
app.py
CHANGED
@@ -6,8 +6,8 @@ import cv2
|
|
6 |
import PIL.Image as pil_img
|
7 |
import sys
|
8 |
|
9 |
-
print(os.path.abspath(__file__))
|
10 |
-
os.system('pip install networkx==2.5')
|
11 |
|
12 |
import gradio as gr
|
13 |
|
|
|
6 |
import PIL.Image as pil_img
|
7 |
import sys
|
8 |
|
9 |
+
# print(os.path.abspath(__file__))
|
10 |
+
# os.system('pip install networkx==2.5')
|
11 |
|
12 |
import gradio as gr
|
13 |
|
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
opencv-python
|
2 |
loguru
|
3 |
monai
|
4 |
-
pyrender==0.1.33
|
|
|
5 |
smplx==0.1.28
|
6 |
scikit-learn
|
7 |
scikit-image
|
|
|
1 |
opencv-python
|
2 |
loguru
|
3 |
monai
|
4 |
+
# pyrender==0.1.33
|
5 |
+
pyrender
|
6 |
smplx==0.1.28
|
7 |
scikit-learn
|
8 |
scikit-image
|