Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -321,9 +321,16 @@ def cut3(inp):
|
|
321 |
|
322 |
|
323 |
with gr.Blocks(title="GPT-SoVITS WebUI") as app:
|
324 |
-
gr.Markdown(
|
325 |
-
|
326 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
327 |
# with gr.Tabs():
|
328 |
# with gr.TabItem(i18n("伴奏人声分离&去混响&去回声")):
|
329 |
with gr.Group():
|
|
|
321 |
|
322 |
|
323 |
with gr.Blocks(title="GPT-SoVITS WebUI") as app:
|
324 |
+
gr.Markdown(value="""
|
325 |
+
【AI珈乐】在线语音生成(GPT-SoVITS)\n
|
326 |
+
作者:Xz乔希 https://space.bilibili.com/5859321\n
|
327 |
+
声音归属:珈乐Carol https://space.bilibili.com/351609538\n
|
328 |
+
【AI合集】https://www.modelscope.cn/studios/xzjosh/Bert-VITS2\n
|
329 |
+
GPT-SoVITS项目:https://github.com/RVC-Boss/GPT-SoVITS\n
|
330 |
+
使用本模型请严格遵守法律法规!\n
|
331 |
+
发布二创作品请标注本项目作者及链接、作品使用GPT-SoVITS AI生成!\n
|
332 |
+
在线端非常不稳定,强烈建议下载模型本地推理!\n
|
333 |
+
""")
|
334 |
# with gr.Tabs():
|
335 |
# with gr.TabItem(i18n("伴奏人声分离&去混响&去回声")):
|
336 |
with gr.Group():
|