atatakun commited on
Commit
2b42250
·
1 Parent(s): 5e51817

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -252,7 +252,7 @@ with block:
252
  with gr.Column():
253
  gallery = gr.Gallery(label="Generated images", show_label=False).style(height="auto")
254
  # run_button.click(fn=inpaint, inputs=[input_image, resolution], outputs=[gallery])
255
- run_button.click(fn=inpaint, inputs=[input_image, invert, res], outputs=[gallery])
256
 
257
  gr.Markdown("<hr>")
258
  with gr.Row():
 
252
  with gr.Column():
253
  gallery = gr.Gallery(label="Generated images", show_label=False).style(height="auto")
254
  # run_button.click(fn=inpaint, inputs=[input_image, resolution], outputs=[gallery])
255
+ run_button.click(fn=inpaint, inputs=[input_image, invert, resolution], outputs=[gallery])
256
 
257
  gr.Markdown("<hr>")
258
  with gr.Row():