fffiloni commited on
Commit
5735c47
·
1 Parent(s): dd1f2cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -62,10 +62,10 @@ with gr.Blocks(css=css) as demo:
62
  with gr.Row():
63
  youtube_link = gr.Textbox(
64
  show_label=False,
65
- placeholder="you can also paste YT link and load it"
66
  )
67
 
68
- yt_load_btn = gr.Button("Load YT song")
69
 
70
 
71
  submit_btn = gr.Button("Submit")
 
62
  with gr.Row():
63
  youtube_link = gr.Textbox(
64
  show_label=False,
65
+ value="https://youtu.be/FtFQ6oITC44"
66
  )
67
 
68
+ yt_load_btn = gr.Button("Load YT song (optional)")
69
 
70
 
71
  submit_btn = gr.Button("Submit")