DESSEP commited on
Commit
d19e79d
·
verified ·
1 Parent(s): 1b08679

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ with gr.Blocks(css=css) as demo:
126
  minimum=0.0,
127
  maximum=10.0,
128
  step=0.1,
129
- value=5.0, # Replace with defaults that work for your model
130
  )
131
 
132
  num_inference_steps = gr.Slider(
 
126
  minimum=0.0,
127
  maximum=10.0,
128
  step=0.1,
129
+ value=4.0, # Replace with defaults that work for your model
130
  )
131
 
132
  num_inference_steps = gr.Slider(