Spaces:
Sleeping
Sleeping
roychao19477
commited on
Commit
·
e4eabbd
1
Parent(s):
33e4d7d
Update module
Browse files
app.py
CHANGED
@@ -198,6 +198,8 @@ def extract_faces(video_file):
|
|
198 |
]).astype(np.float32)
|
199 |
bg_frames /= 255.0
|
200 |
|
|
|
|
|
201 |
enhanced_audio_path = run_avse_inference(output_path, audio_path)
|
202 |
|
203 |
|
|
|
198 |
]).astype(np.float32)
|
199 |
bg_frames /= 255.0
|
200 |
|
201 |
+
print(noisy.shape, bg_frames.shape)
|
202 |
+
|
203 |
enhanced_audio_path = run_avse_inference(output_path, audio_path)
|
204 |
|
205 |
|