Skip to content

Commit

Permalink
Open browser instantly
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Aug 14, 2023
1 parent 80b34f5 commit 5a7eec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roop/uis/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def init() -> None:
ui_layout_module = load_ui_layout_module(ui_layout)
ui_layout_module.render()
ui_layout_module.listen()
ui.launch()
ui.launch(inbrowser=True, show_api=False)


def load_ui_layout_module(ui_layout: str) -> Any:
Expand Down

0 comments on commit 5a7eec5

Please sign in to comment.