Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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 |
|