Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 =
|
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],
|