Added optional whispercpp update functionality #57

Merged
mrq merged 1 commits from lightmare/ai-voice-cloning:whispercpp-update into master 2023-03-03 19:32:39 +00:00

View File

@ -2,4 +2,6 @@
git pull
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