Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,8 @@ def infer(prompt, video_path, condition, video_length, is_long_video):
|
|
67 |
|
68 |
# Height and width should be a multiple of 32
|
69 |
output_path = ""
|
70 |
-
height
|
|
|
71 |
height = (height // 32) * 32
|
72 |
width = (width // 32) * 32
|
73 |
smoother_steps = [19, 20]
|
|
|
67 |
|
68 |
# Height and width should be a multiple of 32
|
69 |
output_path = ""
|
70 |
+
height = 512
|
71 |
+
width = 512
|
72 |
height = (height // 32) * 32
|
73 |
width = (width // 32) * 32
|
74 |
smoother_steps = [19, 20]
|