Spaces:
Sleeping
Sleeping
roychao19477
commited on
Commit
·
ae53f84
1
Parent(s):
3a0e329
Update module
Browse files
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 |
|