orhir commited on
Commit
39ee52f
·
verified ·
1 Parent(s): 816300d

Update app.py

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