voice-tools / install.sh
jcudit's picture
jcudit HF Staff
fix: upgrade to pyannote.audio 4.x and remove all torchaudio compatibility hacks
9ff4b56
raw
history blame contribute delete
121 Bytes
#!/bin/bash
set -e
echo "Installing voice-tools package..."
pip install -e /home/user/app
echo "Installation complete!"