el-el-san commited on
Commit
0abd34b
1 Parent(s): 673c1f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ with gr.Blocks(css=css) as demo:
153
 
154
  run_button.click(#lambda x: None, inputs=None, outputs=result).then(
155
  fn=infer,
156
- inputs=[use_image, prompt, negative_prompt, seed, randomize_seed, width, height, guidance_scale, num_inference_steps,image],
157
  outputs=[result]
158
  )
159
 
 
153
 
154
  run_button.click(#lambda x: None, inputs=None, outputs=result).then(
155
  fn=infer,
156
+ inputs=[prompt, negative_prompt, seed, randomize_seed, width, height, guidance_scale, num_inference_steps,image],
157
  outputs=[result]
158
  )
159