ai-dreams-x / build.sh
AIVISIONDREAMS's picture
Upload folder using huggingface_hub
32d4b56 verified
raw
history blame contribute delete
No virus
176 Bytes
#!/usr/bin/env bash
set -e
# Install system dependencies
apt-get update && apt-get install -y portaudio19-dev
# Install Python dependencies
pip install -r requirements.txt