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 |
video.release()
|
222 |
return video_path
|
223 |
|
224 |
-
@spaces.GPU
|
225 |
def loop_outpainting(image, width=1024, height=1024, overlap_width=18, num_inference_steps=8, resize_option="custom", custom_resize_size=768, prompt_input=None, alignment="Middle", num_iterations=18, fps=6, progress=gr.Progress()):
|
226 |
image_list = [image]
|
227 |
current_image = image
|
|
|
221 |
video.release()
|
222 |
return video_path
|
223 |
|
224 |
+
@spaces.GPU(duration=70)
|
225 |
def loop_outpainting(image, width=1024, height=1024, overlap_width=18, num_inference_steps=8, resize_option="custom", custom_resize_size=768, prompt_input=None, alignment="Middle", num_iterations=18, fps=6, progress=gr.Progress()):
|
226 |
image_list = [image]
|
227 |
current_image = image
|