Delik commited on
Commit
26603bf
1 Parent(s): 72120f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -276,7 +276,7 @@ with app:
276
  with gr.Row():
277
  with gr.Column():
278
  with gr.Row():
279
- inp1 = gr.Textbox(label="Source audio", placeholder="七里香 周杰伦", info="Put links from youtube/bilibili on this ")
280
  inp2 = gr.Textbox(label="Reference audio", placeholder="遇见 孙燕姿", info="The artist who you want to clone")
281
  with gr.Row():
282
  inp0 = gr.Number(value=0, label="Beginning time", info="It will automatically inference 45 seconds of the cover song starting from the beginning time.")
 
276
  with gr.Row():
277
  with gr.Column():
278
  with gr.Row():
279
+ inp1 = gr.Textbox(label="Source audio", placeholder="七里香 周杰伦", info="Put links from youtube/bilibili on this for source audio")
280
  inp2 = gr.Textbox(label="Reference audio", placeholder="遇见 孙燕姿", info="The artist who you want to clone")
281
  with gr.Row():
282
  inp0 = gr.Number(value=0, label="Beginning time", info="It will automatically inference 45 seconds of the cover song starting from the beginning time.")