panelforge commited on
Commit
a7bbebe
·
verified ·
1 Parent(s): da7d678

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -118,7 +118,7 @@ with gr.Blocks(css=css) as demo:
118
  minimum=0.0,
119
  maximum=10.0,
120
  step=0.1,
121
- value=0.0, #Replace with defaults that work for your model
122
  )
123
 
124
  num_inference_steps = gr.Slider(
@@ -126,7 +126,7 @@ with gr.Blocks(css=css) as demo:
126
  minimum=1,
127
  maximum=50,
128
  step=1,
129
- value=2, #Replace with defaults that work for your model
130
  )
131
 
132
  gr.Examples(
 
118
  minimum=0.0,
119
  maximum=10.0,
120
  step=0.1,
121
+ value=7, #Replace with defaults that work for your model
122
  )
123
 
124
  num_inference_steps = gr.Slider(
 
126
  minimum=1,
127
  maximum=50,
128
  step=1,
129
+ value=35, #Replace with defaults that work for your model
130
  )
131
 
132
  gr.Examples(