Spaces:
Sleeping
Sleeping
kevinwang676
commited on
Commit
•
8905446
1
Parent(s):
d83049c
Update app.py
Browse files
app.py
CHANGED
@@ -444,7 +444,7 @@ with gr.Blocks() as app:
|
|
444 |
with gr.Column():
|
445 |
out1 = gr.Audio(label="为您生成的AI完整配音", type="filepath")
|
446 |
out2 = gr.File(label="包含所有参考音频的zip文件")
|
447 |
-
inp_speed = gr.Slider(label="设置AI配音的速度", minimum=
|
448 |
btn2 = gr.Button("一键改变AI配音速度")
|
449 |
out3 = gr.Audio(label="变速后的AI配音", type="filepath")
|
450 |
|
|
|
444 |
with gr.Column():
|
445 |
out1 = gr.Audio(label="为您生成的AI完整配音", type="filepath")
|
446 |
out2 = gr.File(label="包含所有参考音频的zip文件")
|
447 |
+
inp_speed = gr.Slider(label="设置AI配音的速度", minimum=1.02, maximum=1.5, value=1.02, step=0.01)
|
448 |
btn2 = gr.Button("一键改变AI配音速度")
|
449 |
out3 = gr.Audio(label="变速后的AI配音", type="filepath")
|
450 |
|