Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
"
|
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(
|