IceClear commited on
Commit
076d301
·
1 Parent(s): 2785165
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -389,7 +389,7 @@ def generation_loop(video_path='./test_videos', seed=666, fps_out=12, batch_size
389
  output_dir, sample, fps=fps_out
390
  )
391
 
392
- print(f"Generated video size: {sample.size()}")
393
  gc.collect()
394
  torch.cuda.empty_cache()
395
  return output_dir, output_dir
 
389
  output_dir, sample, fps=fps_out
390
  )
391
 
392
+ # print(f"Generated video size: {sample.shape}")
393
  gc.collect()
394
  torch.cuda.empty_cache()
395
  return output_dir, output_dir