LPX55 commited on
Commit
970b933
·
verified ·
1 Parent(s): dab2161

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ with gr.Blocks(css=css) as demo:
105
  info="lower to enhance prompt adherence",
106
  label="Masking Scale",
107
  minimum=0.01,
108
- maximum=0.08,
109
  step=0.001,
110
  value=0.03,
111
  )
 
105
  info="lower to enhance prompt adherence",
106
  label="Masking Scale",
107
  minimum=0.01,
108
+ maximum=1.0,
109
  step=0.001,
110
  value=0.03,
111
  )