This commit is contained in:
cmdr2 2022-09-02 16:13:03 +05:30
parent facec59fe8
commit 52086a2d39

View File

@ -103,8 +103,6 @@
@set SD_UI_PATH=%cd%\..\ui @set SD_UI_PATH=%cd%\..\ui
@call ..\config.bat @uvicorn server:app --app-dir "%SD_UI_PATH%" --port 9000 --host 0.0.0.0
@uvicorn server:app --app-dir "%SD_UI_PATH%" --port %SD_PORT% --host %SD_HOST%
@pause @pause