Alexander Bagus commited on
Commit
f8dd60e
·
1 Parent(s): ad8d7d1
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -122,9 +122,9 @@ with gr.Blocks() as demo:
122
  num_inference_steps = gr.Slider(
123
  label="Steps",
124
  minimum=1,
125
- maximum=30,
126
  step=1,
127
- value=9,
128
  )
129
  with gr.Row():
130
  width = gr.Slider(
@@ -174,7 +174,7 @@ with gr.Blocks() as demo:
174
  ).then(
175
  fn=inference,
176
  inputs=[
177
- prompt,
178
  negative_prompt,
179
  seed,
180
  randomize_seed,
 
122
  num_inference_steps = gr.Slider(
123
  label="Steps",
124
  minimum=1,
125
+ maximum=50,
126
  step=1,
127
+ value=20,
128
  )
129
  with gr.Row():
130
  width = gr.Slider(
 
174
  ).then(
175
  fn=inference,
176
  inputs=[
177
+ polished_prompt,
178
  negative_prompt,
179
  seed,
180
  randomize_seed,