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

@ -64,4 +64,4 @@ source "$CONDA_ROOT_PREFIX/etc/profile.d/conda.sh" # otherwise conda complains a
conda activate "$INSTALL_ENV_DIR"
# setup installer env
python webui.py $@
python one_click.py $@