lukedjestic commited on
Commit
97c155f
1 Parent(s): 9f0ff31

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
  sampler = gr.Dropdown(value="DPM++ 2M Karras", show_label=True, label="Sampling Method", choices=prodia_client.list_samplers())
127
 
128
  with gr.Column(scale=1):
129
- steps = gr.Slider(label="Sampling Steps(How msny times the AI is going to improve the initial image)", minimum=1, maximum=50, value=25, step=1)
130
 
131
  with gr.Row():
132
  with gr.Column(scale=1):
 
126
  sampler = gr.Dropdown(value="DPM++ 2M Karras", show_label=True, label="Sampling Method", choices=prodia_client.list_samplers())
127
 
128
  with gr.Column(scale=1):
129
+ steps = gr.Slider(label="Sampling Steps(How many times the AI is going to improve the initial image)", minimum=1, maximum=50, value=25, step=1)
130
 
131
  with gr.Row():
132
  with gr.Column(scale=1):