Merge pull request #86 from v8hid/develop

interrup btn fix
pull/89/head
vahid khroasani 2023-05-03 21:08:52 +04:00 committed by GitHub
commit 1139764bf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ Our best experience and trade-off is the R-ERSGAn4x upscaler.
fn=checkPrompts, inputs=[main_prompts], outputs=[generate_btn]
)
interrupt.click(fn=shared.state.interrupt(), inputs=[], outputs=[])
interrupt.click(fn=lambda: shared.state.interrupt(), inputs=[], outputs=[])
infinite_zoom_interface.queue()
return [(infinite_zoom_interface, "Infinite Zoom", "iz_interface")]