multimodalart HF Staff commited on
Commit
4fa3624
·
verified ·
1 Parent(s): 1ea50b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):