roychao19477 commited on
Commit
ae53f84
·
1 Parent(s): 3a0e329

Update module

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -197,8 +197,6 @@ def extract_faces(video_file):
197
  ]).astype(np.float32)
198
  bg_frames /= 255.0
199
 
200
- print(noisy.shape, bg_frames.shape)
201
-
202
  enhanced_audio_path = run_avse_inference(output_path, audio_path)
203
 
204
 
 
197
  ]).astype(np.float32)
198
  bg_frames /= 255.0
199
 
 
 
200
  enhanced_audio_path = run_avse_inference(output_path, audio_path)
201
 
202