Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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")
|