shavirazh commited on
Commit
c0026de
·
verified ·
1 Parent(s): c463b39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -451,7 +451,7 @@ with gr.Blocks() as demo:
451
 
452
  # Input & Run
453
  user_input = gr.Textbox(label="What kind of song are you looking for?")
454
- btn_run = gr.Button("🔍 Recommend Songs | It will takes 5-15 mins for each prompt. Please be patient🙏")
455
 
456
  # Output Table + State
457
  song_output = gr.Dataframe(label="🎵 Recommended Songs")
 
451
 
452
  # Input & Run
453
  user_input = gr.Textbox(label="What kind of song are you looking for?")
454
+ btn_run = gr.Button("🔍 Recommend Songs | It will takes 5-15 minutes (or longer) for each prompt. Please be patient🙏")
455
 
456
  # Output Table + State
457
  song_output = gr.Dataframe(label="🎵 Recommended Songs")