yerang commited on
Commit
631258d
1 Parent(s): 8d9e4f3

Update stf_utils.py

Browse files
Files changed (1) hide show
  1. stf_utils.py +1 -1
stf_utils.py CHANGED
@@ -69,7 +69,7 @@ def merge_audio_video(video_fp, audio_fp, wfp):
69
 
70
  class STFPipeline:
71
  def __init__(self,
72
- stf_path: str = "../stf/",
73
  device: str = "cuda:0",
74
  template_video_path: str = "templates/front_one_piece_dress_nodded_cut.webm",
75
  config_path: str = "front_config.json",
 
69
 
70
  class STFPipeline:
71
  def __init__(self,
72
+ stf_path: str = "/home/user/app/stf/",
73
  device: str = "cuda:0",
74
  template_video_path: str = "templates/front_one_piece_dress_nodded_cut.webm",
75
  config_path: str = "front_config.json",