Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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⚡
|
26 |
-
description = "This
|
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)
|