fffiloni commited on
Commit
81e01f7
1 Parent(s): a613ef1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -99,8 +99,8 @@ Use StableDiffusion XL with ControlNet pretrained LoRas
99
  with gr.Row():
100
  with gr.Column():
101
  prompt = gr.Textbox(label="Prompt")
102
- guidance_scale = gr.Slider(label="Guidance Scale", minimum=1.0, maximum=10.0, step=0.1, value=7.5, type="float")
103
- with gr.Colimn():
104
  preprocessor = gr.Dropdown(label="Preprocessor", choices=["canny"], value="canny", interactive=False)
105
  controlnet_conditioning_scale = gr.Slider(label="Controlnet conditioning Scale", minimum=0.1, maximum=0.9, step=0.01, value=0.5, type="float")
106
 
 
99
  with gr.Row():
100
  with gr.Column():
101
  prompt = gr.Textbox(label="Prompt")
102
+ guidance_scale = gr.Slider(label="Guidance Scale", minimum=1.0, maximum=10.0, step=0.1, value=7.5)
103
+ with gr.Column():
104
  preprocessor = gr.Dropdown(label="Preprocessor", choices=["canny"], value="canny", interactive=False)
105
  controlnet_conditioning_scale = gr.Slider(label="Controlnet conditioning Scale", minimum=0.1, maximum=0.9, step=0.01, value=0.5, type="float")
106