Update app.py
Browse files
app.py
CHANGED
@@ -61,9 +61,10 @@ with app:
|
|
61 |
""")
|
62 |
sid = gr.Dropdown(label="音色", choices=[
|
63 |
"东海帝皇", "米浴","爱慕织姬"], value="东海帝皇")
|
|
|
|
|
64 |
sid2 = gr.Dropdown(label="选择上传方式", choices=[
|
65 |
"录音","文件","灵能飞升"], value="文件")
|
66 |
-
vc_input3 = gr.Audio(label="上传音频")
|
67 |
vc_input4 = gr.Audio(source="microphone")
|
68 |
vc_transform = gr.Number(
|
69 |
label="变调(整数,可以正负,半音数量,升高八度就是12)", value=0)
|
|
|
61 |
""")
|
62 |
sid = gr.Dropdown(label="音色", choices=[
|
63 |
"东海帝皇", "米浴","爱慕织姬"], value="东海帝皇")
|
64 |
+
|
65 |
+
vc_input3 = gr.Audio(label="上传音频")
|
66 |
sid2 = gr.Dropdown(label="选择上传方式", choices=[
|
67 |
"录音","文件","灵能飞升"], value="文件")
|
|
|
68 |
vc_input4 = gr.Audio(source="microphone")
|
69 |
vc_transform = gr.Number(
|
70 |
label="变调(整数,可以正负,半音数量,升高八度就是12)", value=0)
|