Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
368ece5
1
Parent(s):
81a781a
Update app.py
Browse files
app.py
CHANGED
@@ -250,7 +250,7 @@ with gr.Blocks(css="custom.css") as demo:
|
|
250 |
)
|
251 |
with gr.Accordion("Advanced options", open=False):
|
252 |
negative = gr.Textbox(label="Negative Prompt")
|
253 |
-
weight = gr.Slider(0, 10, value=
|
254 |
|
255 |
with gr.Column(elem_id="extra_info"):
|
256 |
with gr.Accordion(
|
|
|
250 |
)
|
251 |
with gr.Accordion("Advanced options", open=False):
|
252 |
negative = gr.Textbox(label="Negative Prompt")
|
253 |
+
weight = gr.Slider(0, 10, value=0.8, step=0.1, label="LoRA weight")
|
254 |
|
255 |
with gr.Column(elem_id="extra_info"):
|
256 |
with gr.Accordion(
|