orhir commited on
Commit
45d7c6f
·
verified ·
1 Parent(s): 39ee52f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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