Spaces:
Running
Running
israelweiss
commited on
Commit
·
cb58a19
1
Parent(s):
9ade37d
redundant btn.submit
Browse files
app.py
CHANGED
@@ -177,7 +177,6 @@ with image_blocks as demo:
|
|
177 |
|
178 |
# Button click will trigger the inpainting function (no prompt required)
|
179 |
btn.click(fn=predict, inputs=[image, guidance_scale, seed], outputs=[image_out], api_name='run')
|
180 |
-
btn.submit
|
181 |
|
182 |
|
183 |
gr.HTML(
|
|
|
177 |
|
178 |
# Button click will trigger the inpainting function (no prompt required)
|
179 |
btn.click(fn=predict, inputs=[image, guidance_scale, seed], outputs=[image_out], api_name='run')
|
|
|
180 |
|
181 |
|
182 |
gr.HTML(
|