no ui in api only
parent
99ad4030b1
commit
ab3bd1641a
|
|
@ -438,6 +438,8 @@ def refresh_info_full():
|
|||
### ui definition
|
||||
|
||||
def create_ui(blocks: gr.Blocks = None):
|
||||
if blocks is None:
|
||||
return
|
||||
if not standalone:
|
||||
from modules.ui import ui_system_tabs # pylint: disable=redefined-outer-name
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in New Issue