Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
oItsMineZ
/
RVC-v2-AI-Cover-WebUI
like
3
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
oItsMineZ
commited on
Apr 17, 2024
Commit
ba9ed8f
·
verified
·
1 Parent(s):
6c644c5
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import os
2
+
os.system("python src/download_models.py")
3
+
os.system("python src/webui.py")