Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
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
|