Spaces:
Running
on
Zero
Running
on
Zero
add app
Browse files
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
|
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,
|