fffiloni commited on
Commit
fc12a7e
Ā·
1 Parent(s): d18130c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -337,8 +337,8 @@ with gr.Blocks(css=css) as demo:
337
 
338
  audio_input = gr.Audio(label="Music input", type="filepath", source="upload")
339
  with gr.Row():
340
- youtube_link = gr.Textbox(show_label=False, placeholder="you can also paste YT link and load it")
341
- yt_load_btn = gr.Button("Load YT song")
342
 
343
  with gr.Row():
344
  has_lyrics = gr.Radio(label="Does your audio has lyrics ?", choices=["Yes", "No"], value="No", info="If yes, the image should reflect the lyrics, but be aware that because we add a step (getting lyrics), inference will take more time.")
 
337
 
338
  audio_input = gr.Audio(label="Music input", type="filepath", source="upload")
339
  with gr.Row():
340
+ youtube_link = gr.Textbox(show_label=False, placeholder="you can also paste YT link and load it", interactive=False)
341
+ yt_load_btn = gr.Button("Load YT song", interactive=False)
342
 
343
  with gr.Row():
344
  has_lyrics = gr.Radio(label="Does your audio has lyrics ?", choices=["Yes", "No"], value="No", info="If yes, the image should reflect the lyrics, but be aware that because we add a step (getting lyrics), inference will take more time.")