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

Update app_hallo.py

Browse files
Files changed (1) hide show
  1. 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, driven_audio_path, source_image_path, result_folder):
72
- self.driven_audio = driven_audio_path
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'