Update app.py
Browse files
app.py
CHANGED
@@ -48,8 +48,7 @@ with app:
|
|
48 |
with gr.Tabs():
|
49 |
with gr.TabItem("Basic"):
|
50 |
gr.Markdown(value="""
|
51 |
-
|
52 |
-
长音频请下载模型文件、config之后使用原仓库进行推理
|
53 |
""")
|
54 |
spks = list(model.spk2id.keys())
|
55 |
sid = gr.Dropdown(label="音色", choices=["mononobe"], value="mononobe")
|
|
|
48 |
with gr.Tabs():
|
49 |
with gr.TabItem("Basic"):
|
50 |
gr.Markdown(value="""
|
51 |
+
在使用此模型前请阅读[AI爱丽丝模型使用协议](https://huggingface.co/spaces/zanyEnd/mononobe/blob/main/terms.md) || [效果不理想请点我](https://huggingface.co/spaces/zanyEnd/mononobe/blob/main/terms2.md)
|
|
|
52 |
""")
|
53 |
spks = list(model.spk2id.keys())
|
54 |
sid = gr.Dropdown(label="音色", choices=["mononobe"], value="mononobe")
|