Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -120,8 +120,8 @@ if __name__ == "__main__":
|
|
120 |
with gr.Column():
|
121 |
|
122 |
gr.Markdown('''
|
123 |
-
|
124 |
-
模型训练以及推理基于开源项目Bert-VITS2:https://github.com/fishaudio/Bert-VITS2
|
125 |
''')
|
126 |
text = gr.TextArea(label="输入需要生成语音的文字(标点也会影响语气)", placeholder="输入文字",
|
127 |
value="今天拿白金了吗",
|
|
|
120 |
with gr.Column():
|
121 |
|
122 |
gr.Markdown('''
|
123 |
+
**仅供测试用,质量参差** Can only read Chinese
|
124 |
+
模型训练以及推理基于开源项目Bert-VITS2: https://github.com/fishaudio/Bert-VITS2
|
125 |
''')
|
126 |
text = gr.TextArea(label="输入需要生成语音的文字(标点也会影响语气)", placeholder="输入文字",
|
127 |
value="今天拿白金了吗",
|