Update app.py
Browse files
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 =
|
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
|