Spanicin commited on
Commit
648d0d8
·
verified ·
1 Parent(s): 7b9eecb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ free_view_checkpoint = os.path.join(current_root_path, 'checkpoints', 'facevid2v
102
  def process_chunk(audio_chunk, args):
103
  print("Entered Process Chunk Function")
104
  global audio2pose_checkpoint, audio2pose_yaml_path, audio2exp_checkpoint, audio2exp_yaml_path, wav2lip_checkpoint
105
- # global path_of_lm_croper, path_of_net_recon_model, dir_of_BFM_fitting
106
  global free_view_checkpoint
107
  if args.preprocess == 'full':
108
  mapping_checkpoint = os.path.join(current_root_path, 'checkpoints', 'mapping_00109-model.pth.tar')
 
102
  def process_chunk(audio_chunk, args):
103
  print("Entered Process Chunk Function")
104
  global audio2pose_checkpoint, audio2pose_yaml_path, audio2exp_checkpoint, audio2exp_yaml_path, wav2lip_checkpoint
105
+ global path_of_lm_croper, path_of_net_recon_model, dir_of_BFM_fitting
106
  global free_view_checkpoint
107
  if args.preprocess == 'full':
108
  mapping_checkpoint = os.path.join(current_root_path, 'checkpoints', 'mapping_00109-model.pth.tar')