ultimate-rvc / app.py
JackismyShephard's picture
Update app.py
2164676 verified
raw
history blame contribute delete
68 Bytes
from ultimate_rvc.web.main import start_app
start_app(share = True)