Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Politrees
/
audio-separator_UVR
like
17
Running
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
6334383
audio-separator_UVR
/
app.py
Politrees
Update app.py
6334383
verified
5 months ago
raw
Copy download link
history
blame
Safe
78 Bytes
import
os
os.system(
"PolUVR --list_models"
)
os.system(
"python PolUVR_app.py"
)