RadioM commited on
Commit
252eab5
1 Parent(s): f291aa3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ logging.getLogger("infer_rvc_python").setLevel(logging.ERROR)
26
 
27
  converter = BaseLoader(only_cpu=False, hubert_path=None, rmvpe_path=None)
28
 
29
- title = "<center><strong><font size='7'>VOICE 🗣️ CLONING</font></strong></center>"
30
  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."
31
  theme = "aliabid94/new-theme"
32
 
 
26
 
27
  converter = BaseLoader(only_cpu=False, hubert_path=None, rmvpe_path=None)
28
 
29
+ title = "<center><strong><font size='7'>VOICE 🗣️ CLONING.be</font></strong></center>"
30
  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."
31
  theme = "aliabid94/new-theme"
32