Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
oItsMineZ
/
Ultimate-Vocal-Remover-WebUI
like
5
Running
App
Files
Files
Community
oItsMineZ
commited on
Apr 17, 2024
Commit
d7296fa
•
1 Parent(s):
e2830de
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
import os
2
+
os.system("python webUI.py")