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