multimodalart HF Staff commited on
Commit
11f295f
·
verified ·
1 Parent(s): e3d141b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -221,7 +221,7 @@ def create_video_from_images(image_list, fps=4):
221
  @spaces.GPU(duration=70)
222
  def loop_outpainting(image, width=1024, height=1024, overlap_width=18, num_inference_steps=8,
223
  resize_option="custom", custom_resize_size=768, prompt_input=None,
224
- alignment="Middle", num_iterations=18, fps=6, num_interpolation_frames=5,
225
  progress=gr.Progress()):
226
  image_list = [image]
227
  current_image = image
 
221
  @spaces.GPU(duration=70)
222
  def loop_outpainting(image, width=1024, height=1024, overlap_width=18, num_inference_steps=8,
223
  resize_option="custom", custom_resize_size=768, prompt_input=None,
224
+ alignment="Middle", num_iterations=8, fps=6, num_interpolation_frames=5,
225
  progress=gr.Progress()):
226
  image_list = [image]
227
  current_image = image