Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,8 +28,8 @@ 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 =
|
32 |
-
self.ref_pose =
|
33 |
self.checkpoint_dir = './checkpoints'
|
34 |
self.result_dir = result_folder
|
35 |
self.pose_style = pose_style
|
|
|
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
|
35 |
self.pose_style = pose_style
|