RO-Rtechs commited on
Commit
6109aa9
·
verified ·
1 Parent(s): ffed168

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -22,8 +22,8 @@ logging.getLogger("infer_rvc_python").setLevel(logging.ERROR)
22
 
23
  converter = BaseLoader(only_cpu=False, hubert_path=None, rmvpe_path=None)
24
 
25
- title = "<center><strong><font size='7'>RVC⚡ZERO</font></strong></center>"
26
- description = "This demo is provided for educational and research purposes only. The authors and contributors of this project do not endorse or encourage any misuse or unethical use of this software. Any use of this software for purposes other than those intended is solely at the user's own risk. The authors and contributors shall not be held responsible for any damages or liabilities arising from the use of this demo inappropriately."
27
  theme = "aliabid94/new-theme"
28
 
29
  PITCH_ALGO_OPT = [
@@ -538,6 +538,6 @@ def get_gui(theme):
538
  outputs=[output],
539
  )
540
 
541
- app.launch()
542
 
543
  get_gui(theme=theme)
 
22
 
23
  converter = BaseLoader(only_cpu=False, hubert_path=None, rmvpe_path=None)
24
 
25
+ title = "<center><strong><font size='7'>WELCOME TO RVC⚡RTECHS</font></strong></center>"
26
+ description = "This RVC is provided for RTECHS MEDIA PRODUCTIONS AND SOFTWARE DEV'S LOCAL purposes only. The authors (@Robel Adugna) and contributors of this project do not endorse or encourage any misuse or unethical use of this software. Any use of this software for purposes other than those intended is solely at the user's own risk. The authors and contributors shall not be held responsible for any damages or liabilities arising from the use of this demo inappropriately."
27
  theme = "aliabid94/new-theme"
28
 
29
  PITCH_ALGO_OPT = [
 
538
  outputs=[output],
539
  )
540
 
541
+ app.launch(share=True)
542
 
543
  get_gui(theme=theme)