Spaces:
Running
on
Zero
Running
on
Zero
IceClear
commited on
Commit
·
076d301
1
Parent(s):
2785165
update
Browse files
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.
|
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
|