Update app_hallo.py
Browse files- app_hallo.py +2 -2
app_hallo.py
CHANGED
@@ -68,8 +68,8 @@ class Net(nn.Module):
|
|
68 |
}
|
69 |
|
70 |
class AnimationConfig:
|
71 |
-
def __init__(self,
|
72 |
-
self.driven_audio =
|
73 |
self.source_image = source_image_path
|
74 |
self.output = result_folder
|
75 |
self.config: 'configs/inference/default.yaml'
|
|
|
68 |
}
|
69 |
|
70 |
class AnimationConfig:
|
71 |
+
def __init__(self, driving_audio_path, source_image_path, result_folder):
|
72 |
+
self.driven_audio = driving_audio_path
|
73 |
self.source_image = source_image_path
|
74 |
self.output = result_folder
|
75 |
self.config: 'configs/inference/default.yaml'
|