Spaces:
Running
Running
👻: add a warning
Browse files
app.py
CHANGED
@@ -27,8 +27,8 @@ logging.getLogger("infer_rvc_python").setLevel(logging.ERROR)
|
|
27 |
converter = BaseLoader(only_cpu=False, hubert_path=None, rmvpe_path=None)
|
28 |
|
29 |
title = "<center><strong><font size='7'>RVC Emu Zero</font></strong></center>"
|
30 |
-
description = "
|
31 |
-
description_en = "For academic use only! This is an RVC voice changer for the character Emu Otori from Project SEKAI. Note: Both this space and the models used are conducted within the framework of relevant academic research. Any consequences arising from this are not the responsibility of the developers of this project. This project runs on ZeroGPU and is modified from r3gm/rvc_zero."
|
32 |
theme = "NoCrypt/miku"
|
33 |
|
34 |
PITCH_ALGO_OPT = [
|
|
|
27 |
converter = BaseLoader(only_cpu=False, hubert_path=None, rmvpe_path=None)
|
28 |
|
29 |
title = "<center><strong><font size='7'>RVC Emu Zero</font></strong></center>"
|
30 |
+
description = "<b>您必须复制这个 Space 并以 ZeroGPU 规格构建才能按照预期使用!</b><br/>仅供学术使用!这是一个 Project SEKAI 里的角色 Emu Otori 的 RVC 变声器。注意:本 space 和所使用的模型均在相关学术研究框架下进行,所造成的一切后果与本项目的开发者无关。本项目运行在 ZeroGPU 上,修改自 r3gm/rvc_zero"
|
31 |
+
description_en = "<b>You must copy this Space and build with ZeroGPU specs to use it as expected!</b> <br/>For academic use only! This is an RVC voice changer for the character Emu Otori from Project SEKAI. Note: Both this space and the models used are conducted within the framework of relevant academic research. Any consequences arising from this are not the responsibility of the developers of this project. This project runs on ZeroGPU and is modified from r3gm/rvc_zero."
|
32 |
theme = "NoCrypt/miku"
|
33 |
|
34 |
PITCH_ALGO_OPT = [
|