Spaces:
vilarin
/
Running on Zero

vilarin commited on
Commit
ee06822
1 Parent(s): 73cd9af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -235,7 +235,7 @@ with gr.Blocks(css=CSS, js=JS, theme="soft") as demo:
235
  )
236
 
237
  prompt.submit(fn=generate_image,
238
- inputs=[prompt, negative, width, height, scale, steps, strength, seed, nums],
239
  outputs=[img, seed],
240
  )
241
 
 
235
  )
236
 
237
  prompt.submit(fn=generate_image,
238
+ inputs=[prompt, negative, width, height, scales, steps, strength, seed, nums],
239
  outputs=[img, seed],
240
  )
241