multimodalart HF staff commited on
Commit
5a92ac7
1 Parent(s): 9f5ee3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -242,7 +242,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
242
  with gr.Row():
243
  randomize_seed = gr.Checkbox(True, label="Randomize seed")
244
  seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0, randomize=True)
245
- lora_scale = gr.Slider(label="LoRA Scale", minimum=0, maximum=1, step=0.01, value=0.95)
246
 
247
  gallery.select(
248
  update_selection,
 
242
  with gr.Row():
243
  randomize_seed = gr.Checkbox(True, label="Randomize seed")
244
  seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0, randomize=True)
245
+ lora_scale = gr.Slider(label="LoRA Scale", minimum=0, maximum=3, step=0.01, value=0.95)
246
 
247
  gallery.select(
248
  update_selection,