mayuema commited on
Commit
fc1d077
1 Parent(s): 1675c32
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -8,14 +8,14 @@ import gradio as gr
8
 
9
  from inference_followyourpose import merge_config_then_run
10
  import sys
11
- import subprocess
12
  sys.path.append('FollowYourPose')
13
 
14
 
15
  # result = subprocess.run(['bash', './data/download.sh'], stdout=subprocess.PIPE)
16
-
17
  zip_file = './example_video.zip'
18
- output_dir = '/home/user/app/data'
19
  subprocess.run(['unzip', zip_file, '-d', output_dir])
20
 
21
  current_dir = os.getcwd()
 
8
 
9
  from inference_followyourpose import merge_config_then_run
10
  import sys
11
+
12
  sys.path.append('FollowYourPose')
13
 
14
 
15
  # result = subprocess.run(['bash', './data/download.sh'], stdout=subprocess.PIPE)
16
+ import subprocess
17
  zip_file = './example_video.zip'
18
+ output_dir = './data'
19
  subprocess.run(['unzip', zip_file, '-d', output_dir])
20
 
21
  current_dir = os.getcwd()