multimodalart HF staff commited on
Commit
368ece5
β€’
1 Parent(s): 81a781a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=1, step=0.1, label="LoRA weight")
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(