AP123 commited on
Commit
4570ac5
1 Parent(s): 33c482d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ with gr.Blocks() as app:
86
 
87
  run_btn.click(
88
  inference,
89
- inputs=[input_image, prompt, negative_prompt, guidance_scale, controlnet_conditioning_scale, strength, seed, sampler],
90
  outputs=[result_image]
91
  )
92
 
 
86
 
87
  run_btn.click(
88
  inference,
89
+ inputs=[prompt, negative_prompt, guidance_scale, controlnet_conditioning_scale, strength, seed, sampler],
90
  outputs=[result_image]
91
  )
92