Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -128,14 +128,14 @@ app = gr.Blocks()
|
|
128 |
|
129 |
with app:
|
130 |
gr.Markdown("# <center>🥳🎶🎡 - KanTTS中文声音克隆</center>")
|
131 |
-
gr.Markdown("## <center>🌊 - 更多精彩应用,敬请关注[
|
132 |
|
133 |
with gr.Row():
|
134 |
with gr.Column():
|
135 |
inp = gr.Textbox(lines=5, label="请填写您想要转换的中文文本")
|
136 |
with gr.Row():
|
137 |
-
btn = gr.Button("
|
138 |
-
btn1 = gr.Button("使用AI
|
139 |
with gr.Column():
|
140 |
with gr.Row():
|
141 |
out = gr.Audio(label="为您生成的专属音频")
|
|
|
128 |
|
129 |
with app:
|
130 |
gr.Markdown("# <center>🥳🎶🎡 - KanTTS中文声音克隆</center>")
|
131 |
+
gr.Markdown("## <center>🌊 - 更多精彩应用,敬请关注[xm火种堂](http://xmaigc.top);社恐患者杨老师💕</center>")
|
132 |
|
133 |
with gr.Row():
|
134 |
with gr.Column():
|
135 |
inp = gr.Textbox(lines=5, label="请填写您想要转换的中文文本")
|
136 |
with gr.Row():
|
137 |
+
btn = gr.Button("使用定制AI钟老师的声音", variant="primary")
|
138 |
+
btn1 = gr.Button("使用AI周杰伦的声音", variant="primary")
|
139 |
with gr.Column():
|
140 |
with gr.Row():
|
141 |
out = gr.Audio(label="为您生成的专属音频")
|