Spanicin commited on
Commit
7bb8883
·
verified ·
1 Parent(s): 2dc6197

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -318,6 +318,8 @@ def generate_video():
318
  ref_pose_video.save(ref_pose_video_path)
319
  print('ref_pose_video_path',ref_pose_video_path)
320
 
 
 
321
  # Example of using the class with some hypothetical paths
322
  args = AnimationConfig(driven_audio_path=driven_audio_path, source_image_path=source_image_path, result_folder=result_folder, pose_style=pose_style, expression_scale=expression_scale, enhancer=enhancer,still=still,preprocess=preprocess,ref_pose_video_path=ref_pose_video_path)
323
 
 
318
  ref_pose_video.save(ref_pose_video_path)
319
  print('ref_pose_video_path',ref_pose_video_path)
320
 
321
+ print("driven_audio_path: ")
322
+ print(driven_audio_path)
323
  # Example of using the class with some hypothetical paths
324
  args = AnimationConfig(driven_audio_path=driven_audio_path, source_image_path=source_image_path, result_folder=result_folder, pose_style=pose_style, expression_scale=expression_scale, enhancer=enhancer,still=still,preprocess=preprocess,ref_pose_video_path=ref_pose_video_path)
325