Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NeoPy
/
neorvc
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a58a60d
neorvc
/
installer
/
install.sh
NeoPy
Upload folder using huggingface_hub
1c7d911
verified
7 days ago
raw
Copy download link
history
blame
Safe
92 Bytes
#!/bin/bash
python3 -m venv venv
source
venv/bin/activate
pip install -r requirements.txt