neopy-neorvc / installer /install.sh
NeoPy's picture
Upload folder using huggingface_hub
8bb5911 verified
raw
history blame contribute delete
92 Bytes
#!/bin/bash
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt