DigiP-AI commited on
Commit
0e8133f
·
verified ·
1 Parent(s): 4b565e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -287,8 +287,8 @@ with gr.Blocks(css=css, theme=theme) as app:
287
  width = gr.Slider(label="Width", minimum=512, maximum=2048, step=8, value=896, interactive=True,)
288
  with gr.Row():
289
  height = gr.Slider(label="Height", minimum=512, maximum=2048, step=8, value=1152,interactive=True,)
290
- with gr.Column():
291
- text_button = gr.Button("Generate image", variant="primary", interactive=True, elem_id="generate")
292
 
293
  with gr.Tab("Upscaling Settings"):
294
  with gr.Column():
 
287
  width = gr.Slider(label="Width", minimum=512, maximum=2048, step=8, value=896, interactive=True,)
288
  with gr.Row():
289
  height = gr.Slider(label="Height", minimum=512, maximum=2048, step=8, value=1152,interactive=True,)
290
+ with gr.Column():
291
+ text_button = gr.Button("Generate image", variant="primary", interactive=True, elem_id="generate")
292
 
293
  with gr.Tab("Upscaling Settings"):
294
  with gr.Column():