Spanicin commited on
Commit
e1aedf6
·
verified ·
1 Parent(s): 88be686

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ class AnimationConfig:
29
  self.driven_audio = driven_audio_path
30
  self.source_image = source_image_path
31
  self.ref_eyeblink = ref_pose_video_path
32
- self.ref_pose = ref_pose_video_path
33
  self.checkpoint_dir = './checkpoints'
34
  self.result_dir = result_folder
35
  self.pose_style = pose_style
 
29
  self.driven_audio = driven_audio_path
30
  self.source_image = source_image_path
31
  self.ref_eyeblink = ref_pose_video_path
32
+ self.ref_pose = None
33
  self.checkpoint_dir = './checkpoints'
34
  self.result_dir = result_folder
35
  self.pose_style = pose_style