habulaj commited on
Commit
117de5d
·
verified ·
1 Parent(s): 897563b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -273,7 +273,7 @@ with gr.Blocks(theme=theme, css="style.css") as demo:
273
  use_prompt_2 = gr.Checkbox(label="Use prompt 2", value=False)
274
  use_negative_prompt_2 = gr.Checkbox(label="Use negative prompt 2", value=False)
275
  with gr.Row():
276
- """# LoRAs"""
277
  lora = gr.Text(label='LoRA 1', placeholder='e.g. nerijs/pixel-art-xl', visible=False)
278
  lora2 = gr.Text(label='LoRA 2', placeholder='e.g. nerijs/pixel-art-xl', visible=False)
279
  lora_scale = gr.Slider(
 
273
  use_prompt_2 = gr.Checkbox(label="Use prompt 2", value=False)
274
  use_negative_prompt_2 = gr.Checkbox(label="Use negative prompt 2", value=False)
275
  with gr.Row():
276
+ gr.Caption("LoRAs")
277
  lora = gr.Text(label='LoRA 1', placeholder='e.g. nerijs/pixel-art-xl', visible=False)
278
  lora2 = gr.Text(label='LoRA 2', placeholder='e.g. nerijs/pixel-art-xl', visible=False)
279
  lora_scale = gr.Slider(