linoyts HF Staff commited on
Commit
b7bc0d0
·
verified ·
1 Parent(s): c751c6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,6 +16,7 @@ pipe.vae.enable_tiling()
16
 
17
  MAX_SEED = np.iinfo(np.int32).max
18
  MAX_IMAGE_SIZE = 2048
 
19
  FPS = 30.0
20
 
21
  def round_to_nearest_resolution_acceptable_by_vae(height, width):
 
16
 
17
  MAX_SEED = np.iinfo(np.int32).max
18
  MAX_IMAGE_SIZE = 2048
19
+ MAX_NUM_FRAMES = 257
20
  FPS = 30.0
21
 
22
  def round_to_nearest_resolution_acceptable_by_vae(height, width):