Spaces:
Paused
Paused
lllyasviel
commited on
Commit
·
8a6575c
1
Parent(s):
3df2c0e
webui.py
CHANGED
@@ -70,4 +70,4 @@ with block:
|
|
70 |
]
|
71 |
run_button.click(fn=generate_clicked, inputs=ctrls, outputs=[gallery])
|
72 |
|
73 |
-
block.launch()
|
|
|
70 |
]
|
71 |
run_button.click(fn=generate_clicked, inputs=ctrls, outputs=[gallery])
|
72 |
|
73 |
+
block.launch(inbrowser=True)
|