ford442 commited on
Commit
6cca08f
·
1 Parent(s): ea6676d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -402,7 +402,7 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
402
  guidance_scale = gr.Slider(
403
  label="Guidance Scale",
404
  minimum=0.1,
405
- maximum=6,
406
  step=0.1,
407
  value=4,
408
  )
 
402
  guidance_scale = gr.Slider(
403
  label="Guidance Scale",
404
  minimum=0.1,
405
+ maximum=30,
406
  step=0.1,
407
  value=4,
408
  )