vilarin commited on
Commit
0c6fdde
1 Parent(s): 35aa514

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks(css=CSS, js=JS, theme="soft") as demo:
123
  )
124
  gr.Examples(
125
  examples=examples,
126
- inputs=prompt,
127
  outputs=img,
128
  fn=generate_image,
129
  cache_examples="lazy",
 
123
  )
124
  gr.Examples(
125
  examples=examples,
126
+ inputs=[prompt, negative, width, height, scale, steps],
127
  outputs=img,
128
  fn=generate_image,
129
  cache_examples="lazy",