Spaces:
Runtime error
Runtime error
fix
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ with app:
|
|
59 |
""")
|
60 |
speaker_id = gr.Dropdown(label="音色", choices=['猫雷2.0', '云灏', '即霜', "奕兰秋"], value="猫雷2.0")
|
61 |
record_input = gr.Audio(source="microphone", label="录制你的声音", type="filepath", elem_id="audio_inputs")
|
62 |
-
upload_input = gr.Audio(source="upload", label="上传音频(长度小于
|
63 |
elem_id="audio_inputs")
|
64 |
vc_transform = gr.Number(label="变调(整数,可以正负,半音数量,升高八度就是12)", value=0)
|
65 |
vc_submit = gr.Button("转换", variant="primary")
|
|
|
59 |
""")
|
60 |
speaker_id = gr.Dropdown(label="音色", choices=['猫雷2.0', '云灏', '即霜', "奕兰秋"], value="猫雷2.0")
|
61 |
record_input = gr.Audio(source="microphone", label="录制你的声音", type="filepath", elem_id="audio_inputs")
|
62 |
+
upload_input = gr.Audio(source="upload", label="上传音频(长度小于60秒)", type="filepath",
|
63 |
elem_id="audio_inputs")
|
64 |
vc_transform = gr.Number(label="变调(整数,可以正负,半音数量,升高八度就是12)", value=0)
|
65 |
vc_submit = gr.Button("转换", variant="primary")
|