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