This commit is contained in:
lvmin 2023-08-11 05:34:58 -07:00
parent df0a96617e
commit dd19676fe2

View File

@ -70,4 +70,4 @@ with block:
]
run_button.click(fn=generate_clicked, inputs=ctrls, outputs=[gallery])
block.launch()
block.launch(inbrowser=True)