AkiKagura commited on
Commit
c8e2317
1 Parent(s): 4716bf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ pipe = StableDiffusionPipeline.from_pretrained("AkiKagura/mkgen-diffusion", use_
22
  pipe.safety_checker = empty_checker
23
  pipe.to(device)
24
 
25
- gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery").style(grid=[2], height="auto")
26
 
27
  def infer(prompt):
28
 
 
22
  pipe.safety_checker = empty_checker
23
  pipe.to(device)
24
 
25
+ gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery").style(grid=[1], height="auto")
26
 
27
  def infer(prompt):
28