Severian commited on
Commit
44a693b
·
verified ·
1 Parent(s): cf44d29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,7 +265,7 @@ with gr.Blocks(theme=gr.themes.Monochrome()) as blocks:
265
  use_qr_code_as_init_image = gr.Checkbox(
266
  label="Use QR code as init image",
267
  value=True,
268
- interactive=False,
269
  info="Whether init image should be QR code. Unclick to pass init image or generate init image with Stable Diffusion 2.1"
270
  )
271
  with gr.Accordion(label="Init Images (Optional)", open=False, visible=True) as init_image_acc:
 
265
  use_qr_code_as_init_image = gr.Checkbox(
266
  label="Use QR code as init image",
267
  value=True,
268
+ interactive=True,
269
  info="Whether init image should be QR code. Unclick to pass init image or generate init image with Stable Diffusion 2.1"
270
  )
271
  with gr.Accordion(label="Init Images (Optional)", open=False, visible=True) as init_image_acc: