Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -87,7 +87,7 @@ with app:
|
|
| 87 |
感谢uly大佬
|
| 88 |
请尽量使用比较短的音频
|
| 89 |
""")
|
| 90 |
-
speaker_id = gr.Dropdown(label="音色", choices=['
|
| 91 |
record_input = gr.Audio(source="microphone", label="录制你的声音", type="filepath", elem_id="audio_inputs")
|
| 92 |
upload_input = gr.Audio(source="upload", label="上传音频(长度小于60秒)", type="filepath",
|
| 93 |
elem_id="audio_inputs")
|
|
|
|
| 87 |
感谢uly大佬
|
| 88 |
请尽量使用比较短的音频
|
| 89 |
""")
|
| 90 |
+
speaker_id = gr.Dropdown(label="音色", choices=['东海帝皇'], value="东海帝皇")
|
| 91 |
record_input = gr.Audio(source="microphone", label="录制你的声音", type="filepath", elem_id="audio_inputs")
|
| 92 |
upload_input = gr.Audio(source="upload", label="上传音频(长度小于60秒)", type="filepath",
|
| 93 |
elem_id="audio_inputs")
|