ehristoforu commited on
Commit
18ca13b
·
1 Parent(s): 5e61474

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ with gr.Blocks(css=css) as demo:
83
  )
84
 
85
  with gr.Row():
86
- gallery_output = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery", columns=4)
87
 
88
  with gr.Row():
89
  text_prompt = gr.Textbox(show_label=False, placeholder="Enter your prompt", max_lines=1)
 
83
  )
84
 
85
  with gr.Row():
86
+ gallery_output = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery").style(grid=[4])
87
 
88
  with gr.Row():
89
  text_prompt = gr.Textbox(show_label=False, placeholder="Enter your prompt", max_lines=1)