hpoghos commited on
Commit
879e310
1 Parent(s): 7a0c363

Update streaming_svd_inference.py

Browse files
Files changed (1) hide show
  1. streaming_svd_inference.py +1 -1
streaming_svd_inference.py CHANGED
@@ -29,7 +29,7 @@ class CustomCLI(LightningCLI):
29
  help="Path to the input image(s)")
30
  parser.add_argument("--output", type=Path,
31
  help="Path to the output folder")
32
- parser.add_argument("--num_frames", type=int, default=200,
33
  help="Number of frames to generate.")
34
  parser.add_argument("--out_fps", type=int, default=24,
35
  help="Framerate of the generated video.")
 
29
  help="Path to the input image(s)")
30
  parser.add_argument("--output", type=Path,
31
  help="Path to the output folder")
32
+ parser.add_argument("--num_frames", type=int, default=100,
33
  help="Number of frames to generate.")
34
  parser.add_argument("--out_fps", type=int, default=24,
35
  help="Framerate of the generated video.")