JackismyShephard commited on
Commit
d6fbbdc
·
verified ·
1 Parent(s): 03421d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,3 +1,4 @@
1
  from ultimate_rvc.web.main import start_app
2
 
3
- start_app(share=True)
 
 
1
  from ultimate_rvc.web.main import start_app
2
 
3
+ if __name__ == "__main__":
4
+ start_app(share=True)