Spaces:
Running
Running
Tweak intro
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ def _similar_songs_limit_input():
|
|
| 93 |
with gr.Blocks(title="Harmonic Analysis Tool", theme=gr.themes.Soft(),
|
| 94 |
css=".gradio-container { max-width: none !important; padding-left: 2rem !important; padding-right: 2rem !important; }") as app:
|
| 95 |
gr.Markdown("# 🎵 Harmonic Analysis Tool")
|
| 96 |
-
gr.Markdown("Inspect chord progressions for originality and find similar songs in a dataset. Input chords as text or upload a music file.")
|
| 97 |
gr.Markdown("Originality score ranges from 0 (many similar songs harmonically) to 1 (no similar songs harmonically). "
|
| 98 |
"Conversely, for each similar song, a similarity score is given where 1 means most similar. "
|
| 99 |
"Score and similar songs are formed using data from the [lmd_chord dataset](https://huggingface.co/datasets/ohollo/lmd_chords).")
|
|
|
|
| 93 |
with gr.Blocks(title="Harmonic Analysis Tool", theme=gr.themes.Soft(),
|
| 94 |
css=".gradio-container { max-width: none !important; padding-left: 2rem !important; padding-right: 2rem !important; }") as app:
|
| 95 |
gr.Markdown("# 🎵 Harmonic Analysis Tool")
|
| 96 |
+
gr.Markdown("Inspect chord progressions for originality and find similar songs in a dataset (or songs containing similar segments). Input chords as text or upload a music file.")
|
| 97 |
gr.Markdown("Originality score ranges from 0 (many similar songs harmonically) to 1 (no similar songs harmonically). "
|
| 98 |
"Conversely, for each similar song, a similarity score is given where 1 means most similar. "
|
| 99 |
"Score and similar songs are formed using data from the [lmd_chord dataset](https://huggingface.co/datasets/ohollo/lmd_chords).")
|