habulaj commited on
Commit
5cfd0a4
·
verified ·
1 Parent(s): 099787c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -146,8 +146,8 @@ with gr.Blocks(theme=theme, css="style.css") as demo:
146
  with gr.Accordion("Advanced options", open=False):
147
  with gr.Row():
148
  use_vae = gr.Checkbox(label='Use VAE', value=False)
149
- use_lora = gr.Checkbox(label='Use Lora 1', value=False)
150
- use_lora2 = gr.Checkbox(label='Use Lora 2', value=False)
151
  use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=False)
152
  with gr.Group():
153
  gr.Markdown("""### LoRAs
 
146
  with gr.Accordion("Advanced options", open=False):
147
  with gr.Row():
148
  use_vae = gr.Checkbox(label='Use VAE', value=False)
149
+ use_lora = gr.Checkbox(label='Use 1 LoRA', value=False)
150
+ use_lora2 = gr.Checkbox(label='Use 2 LoRAs', value=False)
151
  use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=False)
152
  with gr.Group():
153
  gr.Markdown("""### LoRAs