update setup

This commit is contained in:
Vladimir Mandic
2023-04-15 17:22:58 -04:00
parent 45dcc69484
commit dd25f2f515
11 changed files with 81 additions and 48 deletions
+1
View File
@@ -89,5 +89,6 @@ if __name__ == "__main__":
setup.set_environment()
setup.check_torch()
setup.log.info(f"Server arguments: {sys.argv[1:]}")
setup.log.debug('Starting WebUI')
import webui
webui.webui()