Update app.py
Browse files
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
|
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")
|