craftgamesnetwork commited on
Commit
e08895c
·
verified ·
1 Parent(s): d02ac40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,7 +216,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css="style.css") as demo:
216
  result = gr.Image(label="Result", show_label=False)
217
  with gr.Accordion("Advanced options", open=False):
218
  with gr.Row():
219
- use_controlnet = gr.Checkbox(label='Use Controlnet'), value=False, visible=ENABLE_USE_CONTROLNET)
220
  use_inpainting = gr.Checkbox(label='Use Inpainting', value=False, visible=ENABLE_USE_INPAINTING)
221
  use_img2img = gr.Checkbox(label='Use Img2Img', value=False, visible=ENABLE_USE_IMG2IMG)
222
  use_vae = gr.Checkbox(label='Use VAE', value=False, visible=ENABLE_USE_VAE)
 
216
  result = gr.Image(label="Result", show_label=False)
217
  with gr.Accordion("Advanced options", open=False):
218
  with gr.Row():
219
+ use_controlnet = gr.Checkbox(label='Use Controlnet', value=False, visible=ENABLE_USE_CONTROLNET)
220
  use_inpainting = gr.Checkbox(label='Use Inpainting', value=False, visible=ENABLE_USE_INPAINTING)
221
  use_img2img = gr.Checkbox(label='Use Img2Img', value=False, visible=ENABLE_USE_IMG2IMG)
222
  use_vae = gr.Checkbox(label='Use VAE', value=False, visible=ENABLE_USE_VAE)