Spaces:
Running
Running
Update src/webui.py
Browse files- 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
|
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:
|