Spanicin commited on
Commit
820f590
·
verified ·
1 Parent(s): 55e0f98

Update app_hallo.py

Browse files
Files changed (1) hide show
  1. app_hallo.py +1 -1
app_hallo.py CHANGED
@@ -72,7 +72,7 @@ class AnimationConfig:
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'
76
 
77
 
78
  def process_audio_emb(audio_emb):
 
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'
76
 
77
 
78
  def process_audio_emb(audio_emb):