lllyasviel commited on
Commit
8a6575c
·
1 Parent(s): 3df2c0e
Files changed (1) hide show
  1. webui.py +1 -1
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)