Lifeinhockey commited on
Commit
14f4247
·
verified ·
1 Parent(s): e5c747c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -128,14 +128,14 @@ with gr.Blocks(css=css) as demo:
128
  minimum=0.0,
129
  maximum=10.0,
130
  step=0.1,
131
- value=7.0, # Replace with defaults that work for your model
132
  )
133
  num_inference_steps = gr.Slider(
134
  label="Number of inference steps",
135
  minimum=1,
136
  maximum=100,
137
  step=1,
138
- value=20, # Replace with defaults that work for your model
139
  )
140
 
141
  with gr.Accordion("Advanced Settings", open=False):
 
128
  minimum=0.0,
129
  maximum=10.0,
130
  step=0.1,
131
+ value=7.5, # Replace with defaults that work for your model
132
  )
133
  num_inference_steps = gr.Slider(
134
  label="Number of inference steps",
135
  minimum=1,
136
  maximum=100,
137
  step=1,
138
+ value=30, # Replace with defaults that work for your model
139
  )
140
 
141
  with gr.Accordion("Advanced Settings", open=False):