taki0112 commited on
Commit
fb46c66
1 Parent(s): 059bda2
Files changed (1) hide show
  1. app.py +1 -1
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) + 1 # 원본추가하려면 + 1
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)