Merge pull request 'Added optional whispercpp update functionality' (#57) from lightmare/ai-voice-cloning:whispercpp-update into master

Reviewed-on: mrq/ai-voice-cloning#57
This commit is contained in:
mrq 2023-03-03 19:32:38 +00:00
commit 07163644dd

View File

@ -2,4 +2,6 @@
git pull git pull
git submodule update --remote git submodule update --remote
if python -m pip show whispercpp &>/dev/null; then python -m pip install -U git+https://git.ecker.tech/lightmare/whispercpp.py; fi
deactivate deactivate