Spaces:
vilarin
/
Running on Zero

vilarin commited on
Commit
4c22a51
1 Parent(s): d94350f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -165,11 +165,11 @@ with gr.Blocks(css=CSS, js=JS, theme="soft") as demo:
165
  )
166
 
167
  prompt.submit(fn=generate_image,
168
- inputs=[prompt, negative, width, height, scale, steps, clip],
169
  outputs=img,
170
  )
171
  submit.click(fn=generate_image,
172
- inputs=[prompt, negative, width, height, scale, steps, clip],
173
  outputs=img,
174
  )
175
 
 
165
  )
166
 
167
  prompt.submit(fn=generate_image,
168
+ inputs=[prompt, negative, width, height, scale, steps, seed],
169
  outputs=img,
170
  )
171
  submit.click(fn=generate_image,
172
+ inputs=[prompt, negative, width, height, scale, steps, seed],
173
  outputs=img,
174
  )
175