Spaces:
Sleeping
Sleeping
add columns to iter gallery
Browse files
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,
|