Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import matplotlib
|
|
6 |
|
7 |
from gradio_utils.utils import (process_img, get_select_coords, select_skeleton,
|
8 |
reset_skeleton, reset_kp, process)
|
|
|
9 |
|
10 |
LENGTH = 480 # Length of the square area displaying/editing images
|
11 |
|
|
|
6 |
|
7 |
from gradio_utils.utils import (process_img, get_select_coords, select_skeleton,
|
8 |
reset_skeleton, reset_kp, process)
|
9 |
+
os.system('python setup.py develop')
|
10 |
|
11 |
LENGTH = 480 # Length of the square area displaying/editing images
|
12 |
|