Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
lorneluo
/
uvr5
like
2
ONNX
License:
apache-2.0
Model card
Files
Files and versions
Community
0cb5df6
uvr5
/
install_packages.sh
lorneluo
init
54c22e4
12 months ago
raw
Copy download link
history
blame
87 Bytes
#!/bin/bash
while
read
package;
do
pip install
"
$package
"
done
< requirements.txt