Spaces:
Running
Running
Update src/webui.py
Browse files- src/webui.py +1 -1
src/webui.py
CHANGED
@@ -204,7 +204,7 @@ if __name__ == '__main__':
|
|
204 |
with gr.Column(visible=False) as file_upload_col:
|
205 |
local_file = gr.File(label='Audio file')
|
206 |
song_input_file = gr.UploadButton('Upload π', file_types=['audio'], variant='primary')
|
207 |
-
show_yt_link_button = gr.Button('Paste
|
208 |
song_input_file.upload(process_file_upload, inputs=[song_input_file], outputs=[local_file, song_input])
|
209 |
|
210 |
with gr.Column():
|
|
|
204 |
with gr.Column(visible=False) as file_upload_col:
|
205 |
local_file = gr.File(label='Audio file')
|
206 |
song_input_file = gr.UploadButton('Upload π', file_types=['audio'], variant='primary')
|
207 |
+
show_yt_link_button = gr.Button('Paste Song link/Path to local file instead')
|
208 |
song_input_file.upload(process_file_upload, inputs=[song_input_file], outputs=[local_file, song_input])
|
209 |
|
210 |
with gr.Column():
|