14-26AA commited on
Commit
2c75d53
1 Parent(s): fd5d333

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,8 +27,8 @@ with app:
27
  4.再合成一次试试,每次合成会有部分随机性因素参与,微小的声调问题可能重新合成一次就不存在了。
28
  """)
29
  sid = gr.Dropdown(label="说话人",choices=spkdict, value='speaker0')
30
- vc_audio = gr.Audio(label="上传音频,建议小于2分钟")
31
- vc_record = gr.Audio(source="microphone", label="或者录制你的声音", type="numpy")
32
  vc_transform = gr.Number(label="调key(按照十二平均律确定的半音,一整个8度就是12)",value=0)
33
  vc_submit = gr.Button("转换", variant="primary")
34
  vc_output1 = gr.Textbox(label="Output Message")
 
27
  4.再合成一次试试,每次合成会有部分随机性因素参与,微小的声调问题可能重新合成一次就不存在了。
28
  """)
29
  sid = gr.Dropdown(label="说话人",choices=spkdict, value='speaker0')
30
+ vc_audio = gr.Audio(label="上传音频,建议小于2分钟",type='filepath')
31
+ vc_record = gr.Audio(source="microphone", label="或者录制你的声音", type="filepath")
32
  vc_transform = gr.Number(label="调key(按照十二平均律确定的半音,一整个8度就是12)",value=0)
33
  vc_submit = gr.Button("转换", variant="primary")
34
  vc_output1 = gr.Textbox(label="Output Message")