ciaochaos commited on
Commit
de2e35a
·
1 Parent(s): d2a0cbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ with gr.Blocks() as demo:
162
  )
163
 
164
  with gr.Row():
165
- ControlWeight = gr.Slider(0, 2, value=1.5, label="ControlNet weight", info="", interactive=True)
166
  marginScale = gr.Slider(0, 0.5, value=0.2, label="Padding ratio", info="", interactive=True)
167
 
168
  with gr.Row():
 
162
  )
163
 
164
  with gr.Row():
165
+ ControlWeight = gr.Slider(0.5, 1.5, value=1.0, label="ControlNet weight", info="", interactive=True)
166
  marginScale = gr.Slider(0, 0.5, value=0.2, label="Padding ratio", info="", interactive=True)
167
 
168
  with gr.Row():