kadirnar commited on
Commit
35bb363
·
verified ·
1 Parent(s): 592d6aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ def process_video_inner(image_1, image_2, prompt, seed=123, steps=25, cfg_scale=
152
  torch.manual_seed(seed)
153
  torch.cuda.manual_seed_all(seed)
154
 
155
- frames = 8
156
 
157
  target_height, target_width = find_best_bucket(
158
  image_1.shape[0], image_1.shape[1],
 
152
  torch.manual_seed(seed)
153
  torch.cuda.manual_seed_all(seed)
154
 
155
+ frames = 16
156
 
157
  target_height, target_width = find_best_bucket(
158
  image_1.shape[0], image_1.shape[1],