xingpng commited on
Commit
16b783a
1 Parent(s): 8e7fa89
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ def image_grid(imgs, rows, cols):
166
  for i, img in enumerate(imgs):
167
  grid.paste(img, box=(i % cols * w, i // cols * h))
168
  return grid
169
- @spaces.GPU(duration=200)
170
  def create_image(content_image_pil,
171
  style_image_pil,
172
  prompt,
 
166
  for i, img in enumerate(imgs):
167
  grid.paste(img, box=(i % cols * w, i // cols * h))
168
  return grid
169
+ @spaces.GPU
170
  def create_image(content_image_pil,
171
  style_image_pil,
172
  prompt,