ultimate-rvc / app.py
JackismyShephard's picture
Update app.py
6525682
raw
history blame
95 Bytes
from ultimate_rvc.web.main import start_app
start_app(share = True, cookiefile = "config.txt")