SemaSci commited on
Commit
a1e41ab
·
verified ·
1 Parent(s): bfe3ab5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -255,7 +255,7 @@ with gr.Blocks(css=css) as demo:
255
  info="Choose LoRA model",
256
  visible=True,
257
  allow_custom_value=True,
258
- value=model_lora_id,
259
  )
260
 
261
  lora_scale = gr.Slider(
 
255
  info="Choose LoRA model",
256
  visible=True,
257
  allow_custom_value=True,
258
+ value=model_lora_default,
259
  )
260
 
261
  lora_scale = gr.Slider(