Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -222,7 +222,7 @@ def create_video_from_images(image_list, fps=4):
|
|
222 |
return video_path
|
223 |
|
224 |
def loop_outpainting(image, width, height, overlap_width, num_inference_steps, resize_option, custom_resize_size, prompt_input, alignment, num_iterations, fps):
|
225 |
-
image_list = []
|
226 |
current_image = image
|
227 |
|
228 |
for _ in range(num_iterations):
|
|
|
222 |
return video_path
|
223 |
|
224 |
def loop_outpainting(image, width, height, overlap_width, num_inference_steps, resize_option, custom_resize_size, prompt_input, alignment, num_iterations, fps):
|
225 |
+
image_list = [image]
|
226 |
current_image = image
|
227 |
|
228 |
for _ in range(num_iterations):
|