Update entrypoint.sh

This commit is contained in:
hlky 2022-10-02 01:39:09 +01:00
parent a3f94d3491
commit 814cf8597c
No known key found for this signature in database
GPG Key ID: 55A99F1E80D907D5

View File

@ -129,7 +129,7 @@ echo "export HF_HOME=${MODEL_DIR}" >> ~/.bashrc
echo "export XDG_CACHE_HOME=${MODEL_DIR}" >> ~/.bashrc
echo "export TRANSFORMERS_CACHE=${MODEL_DIR}" >> ~/.bashrc
source ~/.bashrc
cd $SCRIPT_DIR
launch_command="streamlit run ${SCRIPT_DIR}/scripts/webui_streamlit.py"
$launch_command