kira4424 commited on
Commit
1f3bc5d
·
1 Parent(s): ca2d513

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -97,7 +97,8 @@ def new_main():
97
  title = gr.Markdown("# Tacotron Zero-short Voice Clone (Chinese Version)")
98
  with gr.Row():
99
  with gr.Column():
100
- input_audio = gr.Audio(type="file", label="Source Audio", value="exp/lihao_01.wav")
 
101
  input_text = gr.Textbox(value="大家好,我是正在搬砖的李昊,这是一段合成音频。")
102
  with gr.Row():
103
  # clear = gr.ClearButton()
 
97
  title = gr.Markdown("# Tacotron Zero-short Voice Clone (Chinese Version)")
98
  with gr.Row():
99
  with gr.Column():
100
+ # input_audio = gr.Audio(type="file", label="Source Audio", value="exp/lihao_01.wav")
101
+ input_audio = gr.Audio(type="file", label="Source Audio")
102
  input_text = gr.Textbox(value="大家好,我是正在搬砖的李昊,这是一段合成音频。")
103
  with gr.Row():
104
  # clear = gr.ClearButton()