Spaces:
Running
Running
Katock
commited on
Commit
·
fed7f08
1
Parent(s):
aef0422
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ if __name__ == '__main__':
|
|
86 |
'</div>'
|
87 |
)
|
88 |
with gr.Column():
|
89 |
-
vc_input = gr.Audio(label="
|
90 |
vc_transform = gr.Number(label="音高调整 (支持正负半音,12为一个八度)", value=0)
|
91 |
auto_f0 = gr.Checkbox(label="自动音高预测 (正常说话可选)", value=False)
|
92 |
f0_predictor = gr.Radio(label="f0预测器 (对电音有影响)",
|
|
|
86 |
'</div>'
|
87 |
)
|
88 |
with gr.Column():
|
89 |
+
vc_input = gr.Audio(label="上传干声" + ' (小于 20 秒)' if limitation else '')
|
90 |
vc_transform = gr.Number(label="音高调整 (支持正负半音,12为一个八度)", value=0)
|
91 |
auto_f0 = gr.Checkbox(label="自动音高预测 (正常说话可选)", value=False)
|
92 |
f0_predictor = gr.Radio(label="f0预测器 (对电音有影响)",
|