Severian commited on
Commit
d51c6b9
·
verified ·
1 Parent(s): 14a4f29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -340,6 +340,9 @@ with gr.Blocks(theme='Hev832/Applio') as blocks:
340
  )
341
  invert_init_image_button = gr.Button("Invert Init Image")
342
 
 
 
 
343
  with gr.Accordion(label="QR Code Image (Optional)", open=False, visible=False):
344
  qr_code_image = gr.Image(
345
  label="QR Code Image (Optional). Leave blank to automatically generate QR code",
@@ -489,8 +492,6 @@ with gr.Blocks(theme='Hev832/Applio') as blocks:
489
  label="Diffusion Model",
490
  info="Select the main diffusion model for image generation"
491
  )
492
- with gr.Row():
493
- run_btn = gr.Button("🎨 Create Your QR Art", variant="primary")
494
 
495
  with gr.Column():
496
  result_image = gr.Image(label="Your Artistic QR Code")
 
340
  )
341
  invert_init_image_button = gr.Button("Invert Init Image")
342
 
343
+ with gr.Row():
344
+ run_btn = gr.Button("🎨 Create Your QR Art", variant="primary")
345
+
346
  with gr.Accordion(label="QR Code Image (Optional)", open=False, visible=False):
347
  qr_code_image = gr.Image(
348
  label="QR Code Image (Optional). Leave blank to automatically generate QR code",
 
492
  label="Diffusion Model",
493
  info="Select the main diffusion model for image generation"
494
  )
 
 
495
 
496
  with gr.Column():
497
  result_image = gr.Image(label="Your Artistic QR Code")