Spaces:
Running
on
Zero
Running
on
Zero
AlekseyCalvin
commited on
Commit
•
3b0f851
1
Parent(s):
99a0f1e
Update app.py
Browse files
app.py
CHANGED
@@ -180,7 +180,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
180 |
with gr.Row():
|
181 |
randomize_seed = gr.Checkbox(True, label="Randomize seed")
|
182 |
seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0, randomize=True)
|
183 |
-
lora_scale = gr.Slider(label="LoRA Scale", minimum=0, maximum=1, step=0.01, value=0.9)
|
184 |
|
185 |
gallery.select(
|
186 |
update_selection,
|
|
|
180 |
with gr.Row():
|
181 |
randomize_seed = gr.Checkbox(True, label="Randomize seed")
|
182 |
seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0, randomize=True)
|
183 |
+
lora_scale = gr.Slider(label="LoRA Scale", minimum=0, maximum=1.5, step=0.01, value=0.9)
|
184 |
|
185 |
gallery.select(
|
186 |
update_selection,
|