DamarJati commited on
Commit
6a4ef90
·
verified ·
1 Parent(s): ef3099b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -337,7 +337,7 @@ with gr.Blocks(css= "style.css") as app:
337
  with gr.Column():
338
  image_out = gr.Image(label="Output", elem_id="output-img")
339
 
340
- btn.click(fn=intpaint_func, inputs=[image, prompt, negative_prompt, guidance_scale, steps, strength, scheduler], outputs=[image_out, share_btn_container])
341
 
342
 
343
 
 
337
  with gr.Column():
338
  image_out = gr.Image(label="Output", elem_id="output-img")
339
 
340
+ btn.click(fn=intpaint_func, inputs=[image, prompt, negative_prompt, guidance_scale, steps, strength, scheduler], outputs=[image_out])
341
 
342
 
343