forked from mrq/ai-voice-cloning
8 lines
315 B
Bash
Executable File
8 lines
315 B
Bash
Executable File
#!/bin/bash
|
|
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
|
|
if python -m pip show whisperx &>/dev/null; then python -m pip install -U git+https://github.com/m-bain/whisperx.git; fi
|
|
|
|
deactivate |