xingpng commited on
Commit
f0a91fd
·
1 Parent(s): 381d86e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ def image_grid(imgs, rows, cols):
156
  for i, img in enumerate(imgs):
157
  grid.paste(img, box=(i % cols * w, i // cols * h))
158
  return grid
159
- @spaces.GPU(duration=200)
160
  def create_image(content_image_pil,
161
  style_image_pil,
162
  prompt,
 
156
  for i, img in enumerate(imgs):
157
  grid.paste(img, box=(i % cols * w, i // cols * h))
158
  return grid
159
+ @spaces.GPU(duration=300)
160
  def create_image(content_image_pil,
161
  style_image_pil,
162
  prompt,