darksakura commited on
Commit
aac9e0c
1 Parent(s): 1a7704a

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ with app:
171
 
172
  with gr.Tabs():
173
  with gr.TabItem("单个音频上传"):
174
- vc_input3 = gr.Audio(label="上传音频<280s无BGM无和声的干声", type="filepath", source="upload",value="examples/1.mp3")
175
 
176
  with gr.TabItem("文字转语音(实验性)"):
177
  gr.Markdown("文字转语音(TTS)说明:使用edge_tts服务生成音频,并转换为So-VITS模型音色。")
 
171
 
172
  with gr.Tabs():
173
  with gr.TabItem("单个音频上传"):
174
+ vc_input3 = gr.Audio(label="上传音频<280s无BGM无和声的干声", type="filepath",value="examples/1.mp3")
175
 
176
  with gr.TabItem("文字转语音(实验性)"):
177
  gr.Markdown("文字转语音(TTS)说明:使用edge_tts服务生成音频,并转换为So-VITS模型音色。")