r3gm commited on
Commit
ddec5a2
1 Parent(s): 0bb104b

Update src/webui.py

Browse files
Files changed (1) hide show
  1. src/webui.py +1 -1
src/webui.py CHANGED
@@ -180,7 +180,7 @@ if __name__ == '__main__':
180
  ref_btn = gr.Button('Refresh Models 🔁', variant='primary')
181
 
182
  with gr.Column() as yt_link_col:
183
- song_input = gr.Text(label='Song input', info='Link to a song on YouTube or full path to a local file. For file upload, click the button below.')
184
  show_file_upload_button = gr.Button('Upload file instead')
185
 
186
  with gr.Column(visible=False) as file_upload_col:
 
180
  ref_btn = gr.Button('Refresh Models 🔁', variant='primary')
181
 
182
  with gr.Column() as yt_link_col:
183
+ song_input = gr.Text(label='Song input', info='Link to a song on YouTube or full path to a local file. For file upload, click the button below. Example: https://www.youtube.com/watch?v=M-mtdN6R3bQ')
184
  show_file_upload_button = gr.Button('Upload file instead')
185
 
186
  with gr.Column(visible=False) as file_upload_col: