ktrndy commited on
Commit
39e252c
·
verified ·
1 Parent(s): afb02b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -155,12 +155,12 @@ with gr.Blocks(css=css, fill_height=True) as demo:
155
  value=7.0, # Replace with defaults that work for your model
156
  )
157
  with gr.Row():
158
- # lora_scale = gr.Slider(
159
- # label="LoRA scale",
160
- # minimum=0.0,
161
- # maximum=1.0,
162
- # step=0.1,
163
- # value=1.0,
164
  )
165
 
166
  num_inference_steps = gr.Slider(
 
155
  value=7.0, # Replace with defaults that work for your model
156
  )
157
  with gr.Row():
158
+ lora_scale = gr.Slider(
159
+ label="LoRA scale",
160
+ minimum=0.0,
161
+ maximum=1.0,
162
+ step=0.1,
163
+ value=1.0,
164
  )
165
 
166
  num_inference_steps = gr.Slider(