JackismyShephard commited on
Commit
198575e
·
verified ·
1 Parent(s): 06d9f0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,3 +1,3 @@
1
- from ultimate_rvc.web.main import app, render_app
2
 
3
- app()
 
1
+ from ultimate_rvc.web.main import start_app
2
 
3
+ start_app()