Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Politrees
/
audio-separator_UVR
like
16
Running
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
Politrees
commited on
Dec 5, 2024
Commit
b08c20e
·
verified
·
1 Parent(s):
1f176e1
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import os
2
+
3
+
os.system("PolUVR --list_models")
4
+
os.system("python PolUVR.py")