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