ford442 commited on
Commit
a2679e2
·
verified ·
1 Parent(s): 9aae468

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -338,7 +338,7 @@ with gr.Blocks(theme=gr.themes.Origin()) as demo:
338
  guidance_scale = gr.Slider(
339
  label="Guidance scale",
340
  minimum=0.0,
341
- maximum=10.0,
342
  step=0.1,
343
  value=4.2, # Replace with defaults that work for your model
344
  )
 
338
  guidance_scale = gr.Slider(
339
  label="Guidance scale",
340
  minimum=0.0,
341
+ maximum=30.0,
342
  step=0.1,
343
  value=4.2, # Replace with defaults that work for your model
344
  )