Spaces:
Runtime error
Runtime error
Commit
·
e2d3317
1
Parent(s):
f024cf5
Update app.py
Browse files
app.py
CHANGED
|
@@ -128,7 +128,7 @@ app = gr.Blocks()
|
|
| 128 |
|
| 129 |
with app:
|
| 130 |
gr.Markdown("# <center>🥳🎶🎡 - Sambert中文声音克隆</center>")
|
| 131 |
-
gr.Markdown("## <center>🌟 - 训练3分钟,推理5
|
| 132 |
gr.Markdown("### <center>🌊 - 更多精彩应用,敬请关注[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
|
| 133 |
|
| 134 |
with gr.Row():
|
|
@@ -139,9 +139,9 @@ with app:
|
|
| 139 |
btn1 = gr.Button("使用AI小杰的声音", variant="primary")
|
| 140 |
with gr.Column():
|
| 141 |
with gr.Row():
|
| 142 |
-
out = gr.Audio(label="为您生成的专属音频")
|
| 143 |
-
out1 = gr.Audio(label="更高采样率的专属音频", type="filepath")
|
| 144 |
-
out2 = gr.Audio(label="降噪后的高采样率音频", type="filepath")
|
| 145 |
with gr.Row():
|
| 146 |
btn2 = gr.Button("一键提高采样率")
|
| 147 |
btn3 = gr.Button("一键降噪")
|
|
|
|
| 128 |
|
| 129 |
with app:
|
| 130 |
gr.Markdown("# <center>🥳🎶🎡 - Sambert中文声音克隆</center>")
|
| 131 |
+
gr.Markdown("## <center>🌟 - 训练3分钟,推理5秒钟,中英文自然发音、真实拟声 </center>")
|
| 132 |
gr.Markdown("### <center>🌊 - 更多精彩应用,敬请关注[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
|
| 133 |
|
| 134 |
with gr.Row():
|
|
|
|
| 139 |
btn1 = gr.Button("使用AI小杰的声音", variant="primary")
|
| 140 |
with gr.Column():
|
| 141 |
with gr.Row():
|
| 142 |
+
out = gr.Audio(label="为您生成的专属音频", interactive=False)
|
| 143 |
+
out1 = gr.Audio(label="更高采样率的专属音频", type="filepath", interactive=False)
|
| 144 |
+
out2 = gr.Audio(label="降噪后的高采样率音频", type="filepath", interactive=False)
|
| 145 |
with gr.Row():
|
| 146 |
btn2 = gr.Button("一键提高采样率")
|
| 147 |
btn3 = gr.Button("一键降噪")
|