Rooni commited on
Commit
9bc6c6b
1 Parent(s): 0ea5704

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -224,7 +224,7 @@ with gr.Blocks(css=css) as demo:
224
 
225
  with gr.Row():
226
  with gr.Column(scale=1):
227
- steps = gr.Slider(label="Sampling Steps", minimum=1, maximum=100, value=30, step=1)
228
 
229
  with gr.Row():
230
  with gr.Column(scale=1):
@@ -255,7 +255,7 @@ with gr.Blocks(css=css) as demo:
255
  with gr.Row():
256
 
257
  with gr.Column(scale=1):
258
- i2i_steps = gr.Slider(label="Sampling Steps", minimum=1, maximum=100, value=30, step=1)
259
 
260
  with gr.Row():
261
  with gr.Column(scale=1):
 
224
 
225
  with gr.Row():
226
  with gr.Column(scale=1):
227
+ steps = gr.Slider(label="Sampling Steps", minimum=1, maximum=50, value=30, step=1)
228
 
229
  with gr.Row():
230
  with gr.Column(scale=1):
 
255
  with gr.Row():
256
 
257
  with gr.Column(scale=1):
258
+ i2i_steps = gr.Slider(label="Sampling Steps", minimum=1, maximum=50, value=30, step=1)
259
 
260
  with gr.Row():
261
  with gr.Column(scale=1):