yerang commited on
Commit
61cc905
·
verified ·
1 Parent(s): 0fe7129

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ from stf_utils import STFPipeline
58
  stf_pipeline_female = STFPipeline()
59
  stf_pipeline_male = STFPipeline(
60
  template_video_path="TEMP/Cam2_2309071202_0012_Natural_Looped.mp4",
61
- config_path="TEMP/front_config_v3.json",
62
  checkpoint_path="TEMP/0157.pth",
63
  female_video=False
64
  )
 
58
  stf_pipeline_female = STFPipeline()
59
  stf_pipeline_male = STFPipeline(
60
  template_video_path="TEMP/Cam2_2309071202_0012_Natural_Looped.mp4",
61
+ config_path="front_config_v3.json",
62
  checkpoint_path="TEMP/0157.pth",
63
  female_video=False
64
  )