ultimate-rvc / app.py
JackismyShephard's picture
Update app.py
cb5be8b verified
raw
history blame contribute delete
116 Bytes
from ultimate_rvc.web.main import start_app
if __name__ == "__main__":
start_app(share=False, ssr_mode = False)