Rename webui.py to one_click.py

This commit is contained in:
oobabooga 2023-09-22 12:00:06 -07:00
parent fe2acdf45f
commit 6c5f81f002
9 changed files with 14 additions and 14 deletions

View file

@ -28,7 +28,7 @@ set "CUDA_HOME=%CUDA_PATH%"
call "%CONDA_ROOT_PREFIX%\condabin\conda.bat" activate "%INSTALL_ENV_DIR%" || ( echo. && echo Miniconda hook not found. && goto end )
@rem update installer env
call python webui.py --update
call python one_click.py --update
echo.
echo Done!