Spanicin commited on
Commit
7dac13b
·
verified ·
1 Parent(s): 77c5dfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ class AnimationConfig:
28
  def __init__(self, driven_audio_path, source_image_path, result_folder,pose_style,expression_scale,enhancer,still,preprocess,ref_pose_video_path):
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
 
28
  def __init__(self, driven_audio_path, source_image_path, result_folder,pose_style,expression_scale,enhancer,still,preprocess,ref_pose_video_path):
29
  self.driven_audio = driven_audio_path
30
  self.source_image = source_image_path
31
+ self.ref_eyeblink = None
32
  self.ref_pose = ref_pose_video_path
33
  self.checkpoint_dir = './checkpoints'
34
  self.result_dir = result_folder