This commit is contained in:
william 2024-09-18 14:37:07 +08:00
parent 36ecd7e40d
commit 0ea9e500c1

View File

@ -13,7 +13,7 @@ steps:
- pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -r requirements.txt
- chmod +x kill_ui.sh
- ./kill_ui.sh
- cp ./choyso_toolkit_ui.py /home/tmfc/apps/whisper/
- cp ./chyoso_toolkit_ui.py /home/tmfc/apps/whisper/
- cd /home/tmfc/apps/whisper
- nohup python3 chyoso_toolkit_ui.py > output.log 2>&1 &
...