multimodalart HF staff commited on
Commit
6d9ab6d
1 Parent(s): 10c69b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -61,6 +61,7 @@ def get_matches(text_query):
61
  # Create the Gradio interface
62
  with gr.Blocks() as demo:
63
  gr.Markdown("# Music from Vibe")
 
64
  with gr.Row():
65
  text_input = gr.Textbox(label="Describe what you want to hear")
66
  output = gr.Markdown(label="Results")
 
61
  # Create the Gradio interface
62
  with gr.Blocks() as demo:
63
  gr.Markdown("# Music from Vibe")
64
+ gr.Markdown("Match the text embedding with CLAP music embeddings against Billboard's 100 Greatest Songs of All Time")
65
  with gr.Row():
66
  text_input = gr.Textbox(label="Describe what you want to hear")
67
  output = gr.Markdown(label="Results")