Spaces:
Runtime error
Runtime error
fix
Browse files
app.py
CHANGED
|
@@ -268,7 +268,7 @@ def style_fn(image_path, style_name, content_text, output_number, diffusion_step
|
|
| 268 |
)[0][1:]
|
| 269 |
|
| 270 |
n_row = 1
|
| 271 |
-
n_col = len(inf_seeds)
|
| 272 |
|
| 273 |
# make grid
|
| 274 |
grid = create_image_grid(images, n_row, n_col, padding=10)
|
|
|
|
| 268 |
)[0][1:]
|
| 269 |
|
| 270 |
n_row = 1
|
| 271 |
+
n_col = len(inf_seeds)
|
| 272 |
|
| 273 |
# make grid
|
| 274 |
grid = create_image_grid(images, n_row, n_col, padding=10)
|