1
0
Fork 0

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
master
mrq 2023-03-03 19:32:38 +07:00
commit 07163644dd
1 changed files with 2 additions and 0 deletions

@ -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