Rongjiehuang commited on
Commit
44da01a
1 Parent(s): c54648b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ with gr.Blocks() as demo:
156
  run_button = gr.Button()
157
 
158
  with gr.Accordion("Advanced options", open=False):
159
- ddim_steps = gr.Slider(label="ddim_steps", minimum=1,
160
  maximum=50, value=25, step=1)
161
  scale = gr.Slider(
162
  label="Guidance Scale:(Large => more relevant to text but the quality may drop)", minimum=0.1, maximum=8.0, value=3.0, step=0.1
 
156
  run_button = gr.Button()
157
 
158
  with gr.Accordion("Advanced options", open=False):
159
+ ddim_steps = gr.Slider(label="ODE Steps", minimum=1,
160
  maximum=50, value=25, step=1)
161
  scale = gr.Slider(
162
  label="Guidance Scale:(Large => more relevant to text but the quality may drop)", minimum=0.1, maximum=8.0, value=3.0, step=0.1