1
0
Fork 0
ai-voice-cloning-fork/update.sh

8 lines
315 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
if python -m pip show whispercpp &>/dev/null; then python -m pip install -U git+https://git.ecker.tech/lightmare/whispercpp.py; fi
if python -m pip show whisperx &>/dev/null; then python -m pip install -U git+https://github.com/m-bain/whisperx.git; fi
deactivate