Spaces:
Sleeping
Sleeping
roychao19477
commited on
Commit
·
d1947d1
1
Parent(s):
f1bf68f
Update chunk feature
Browse files
app.py
CHANGED
@@ -108,6 +108,10 @@ def run_avse_inference(video_path, audio_path):
|
|
108 |
# "video_frames": bg_frames[np.newaxis, ...]
|
109 |
#}
|
110 |
|
|
|
|
|
|
|
|
|
111 |
with torch.no_grad():
|
112 |
# Version 1
|
113 |
#estimated = avse_model.enhance(data).reshape(-1)
|
|
|
108 |
# "video_frames": bg_frames[np.newaxis, ...]
|
109 |
#}
|
110 |
|
111 |
+
print(noisy.shape)
|
112 |
+
print(bg_frames.shape)
|
113 |
+
fsefsfefsf
|
114 |
+
|
115 |
with torch.no_grad():
|
116 |
# Version 1
|
117 |
#estimated = avse_model.enhance(data).reshape(-1)
|