fffiloni commited on
Commit
6927d3a
·
verified ·
1 Parent(s): 7da6689

add columns to iter gallery

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ with gr.Blocks() as demo:
111
  with gr.Column():
112
  output_image = gr.Image(type="filepath", label="Generated Image")
113
  status = gr.Textbox(label="Status")
114
- iter_gallery = gr.Gallery(label="Iterations")
115
 
116
  submit_btn.click(
117
  fn = generate_image,
 
111
  with gr.Column():
112
  output_image = gr.Image(type="filepath", label="Generated Image")
113
  status = gr.Textbox(label="Status")
114
+ iter_gallery = gr.Gallery(label="Iterations", columns=4)
115
 
116
  submit_btn.click(
117
  fn = generate_image,