Upload app.py
Browse files
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,
|
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():
|