alexeyGod commited on
Commit
4a73b1c
·
verified ·
1 Parent(s): 4a260d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ with gr.Blocks(css=css) as demo:
166
  minimum=0.0,
167
  maximum=10.0,
168
  step=0.1,
169
- value=0.0, # Replace with defaults that work for your model
170
  )
171
 
172
  num_inference_steps = gr.Slider(
 
166
  minimum=0.0,
167
  maximum=10.0,
168
  step=0.1,
169
+ value=8.0, # Replace with defaults that work for your model
170
  )
171
 
172
  num_inference_steps = gr.Slider(