freyza commited on
Commit
dd4d77e
·
verified ·
1 Parent(s): 30f44fe

Update src/webui.py

Browse files
Files changed (1) hide show
  1. src/webui.py +1 -1
src/webui.py CHANGED
@@ -198,7 +198,7 @@ if __name__ == '__main__':
198
  ref_btn = gr.Button('Refresh Models 🔁', variant='primary')
199
 
200
  with gr.Column() as yt_link_col:
201
- song_input = gr.Text(label='Song input', info='Link to a song on YouTube, Soundcloud, Spotify or full path to a local file. For file upload, click the button below.')
202
  show_file_upload_button = gr.Button('Upload file instead')
203
 
204
  with gr.Column(visible=False) as file_upload_col:
 
198
  ref_btn = gr.Button('Refresh Models 🔁', variant='primary')
199
 
200
  with gr.Column() as yt_link_col:
201
+ song_input = gr.Text(label='Song input', info='Link to a song on Soundcloud, Spotify or full path to a local file (YOUTUBE UNSUPPORTED). For file upload, click the button below.')
202
  show_file_upload_button = gr.Button('Upload file instead')
203
 
204
  with gr.Column(visible=False) as file_upload_col: