ai-voice-cloning/update.sh

7 lines
220 B
Bash

2023-02-18 02:46:44 +07:00
#!/bin/bash
2023-02-17 00:08:27 +07:00
git pull
2023-02-23 06:24:54 +07:00
git submodule update --remote
2023-02-19 21:41:51 +07:00
2023-03-14 02:29:11 +07:00
source ./venv/bin/activate
if python -m pip show whispercpp &>/dev/null; then python -m pip install -U git+https://git.ecker.tech/lightmare/whispercpp.py; fi
deactivate