ImanIkram commited on
Commit
ba4defb
·
verified ·
1 Parent(s): 02e664f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks(css=css) as demo:
124
  minimum=0.0,
125
  maximum=10.0,
126
  step=0.1,
127
- value=7.5,
128
  info="Higher values make the output closer to the prompt"
129
  )
130
 
@@ -133,7 +133,7 @@ with gr.Blocks(css=css) as demo:
133
  minimum=1,
134
  maximum=50,
135
  step=1,
136
- value=20,
137
  info="More steps increase image quality but also generation time"
138
  )
139
 
 
124
  minimum=0.0,
125
  maximum=10.0,
126
  step=0.1,
127
+ value=0.0,
128
  info="Higher values make the output closer to the prompt"
129
  )
130
 
 
133
  minimum=1,
134
  maximum=50,
135
  step=1,
136
+ value=2,
137
  info="More steps increase image quality but also generation time"
138
  )
139