Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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:
|