Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -93,6 +93,11 @@ app = gr.Blocks()
|
|
93 |
with app:
|
94 |
with gr.Tabs():
|
95 |
with gr.TabItem("Basic"):
|
|
|
|
|
|
|
|
|
|
|
96 |
vc_input3 = gr.Audio(label="Input Audio (30s limitation)")
|
97 |
vc_transform = gr.Number(label="transform",value=1.0)
|
98 |
vc_submit = gr.Button("Convert", variant="primary")
|
|
|
93 |
with app:
|
94 |
with gr.Tabs():
|
95 |
with gr.TabItem("Basic"):
|
96 |
+
gr.Markdown(value="""目前模型已更新2.0,新模型模型的 [在线Demo](https://huggingface.co/spaces/innnky/nyaru-svc2.0)
|
97 |
+
|
98 |
+
自己制作数据集并训练模型一键脚本 [b站专栏](https://www.bilibili.com/read/cv18548051)
|
99 |
+
|
100 |
+
""")
|
101 |
vc_input3 = gr.Audio(label="Input Audio (30s limitation)")
|
102 |
vc_transform = gr.Number(label="transform",value=1.0)
|
103 |
vc_submit = gr.Button("Convert", variant="primary")
|