Spaces:
Sleeping
Sleeping
Update stf_utils.py
Browse files- stf_utils.py +1 -1
stf_utils.py
CHANGED
@@ -78,7 +78,7 @@ class STFPipeline:
|
|
78 |
root_path: str = "/tmp/works"
|
79 |
|
80 |
):
|
81 |
-
os.makedirs(root_path, exist_ok=True)
|
82 |
import shutil; shutil.copytree('/home/user/app/stf/works', '/tmp/works')
|
83 |
dir_zip='/tmp/works/preprocess/nasilhong_f_v1_front/crop_video_front_one_piece_dress_nodded_cut.zip'
|
84 |
dir_target='/tmp/works/preprocess/nasilhong_f_v1_front/crop_video_front_one_piece_dress_nodded_cut'
|
|
|
78 |
root_path: str = "/tmp/works"
|
79 |
|
80 |
):
|
81 |
+
#os.makedirs(root_path, exist_ok=True)
|
82 |
import shutil; shutil.copytree('/home/user/app/stf/works', '/tmp/works')
|
83 |
dir_zip='/tmp/works/preprocess/nasilhong_f_v1_front/crop_video_front_one_piece_dress_nodded_cut.zip'
|
84 |
dir_target='/tmp/works/preprocess/nasilhong_f_v1_front/crop_video_front_one_piece_dress_nodded_cut'
|