roychao19477 commited on
Commit
5a2e862
·
1 Parent(s): 678d466

Upload to debug

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -101,6 +101,10 @@ def run_avse_inference(video_path, audio_path):
101
  ]).astype(np.float32)
102
  bg_frames /= 255.0
103
 
 
 
 
 
104
 
105
  # Combine into input dict (match what model.enhance expects)
106
  data = {
 
101
  ]).astype(np.float32)
102
  bg_frames /= 255.0
103
 
104
+ print(noisy.shape)
105
+ print(bg_frames.shape)
106
+ fesfse
107
+
108
 
109
  # Combine into input dict (match what model.enhance expects)
110
  data = {