Spaces:
Sleeping
Sleeping
Taejun Kim
commited on
Commit
·
3c5c1bb
1
Parent(s):
6e76183
Improve the style
Browse files- app.py +5 -0
- assets/Bruno Mars - 24k Magic.mp3 +3 -0
app.py
CHANGED
|
@@ -33,6 +33,10 @@ HEADER = """
|
|
| 33 |
<li>Functional segment labels (e.g. intro, verse, chorus, bridge, outro)</li>
|
| 34 |
</ul>
|
| 35 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
<p>
|
| 37 |
For more information, please visit the links above ✨🧸
|
| 38 |
</p>
|
|
@@ -84,6 +88,7 @@ with gr.Blocks() as demo:
|
|
| 84 |
gr.Examples(
|
| 85 |
examples=[
|
| 86 |
'./assets/NewJeans - Super Shy.mp3',
|
|
|
|
| 87 |
],
|
| 88 |
inputs=input_audio_path,
|
| 89 |
outputs=[output_bpm, output_viz, output_sonif],
|
|
|
|
| 33 |
<li>Functional segment labels (e.g. intro, verse, chorus, bridge, outro)</li>
|
| 34 |
</ul>
|
| 35 |
</p>
|
| 36 |
+
<p>
|
| 37 |
+
It takes about 4:30 to analyze a 3-minute song.
|
| 38 |
+
If you are in a hurry, you can <strong><u>try the examples at the bottom</u></strong>.
|
| 39 |
+
</p>
|
| 40 |
<p>
|
| 41 |
For more information, please visit the links above ✨🧸
|
| 42 |
</p>
|
|
|
|
| 88 |
gr.Examples(
|
| 89 |
examples=[
|
| 90 |
'./assets/NewJeans - Super Shy.mp3',
|
| 91 |
+
'./assets/Bruno Mars - 24k Magic.mp3'
|
| 92 |
],
|
| 93 |
inputs=input_audio_path,
|
| 94 |
outputs=[output_bpm, output_viz, output_sonif],
|
assets/Bruno Mars - 24k Magic.mp3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ea22c9cfd343380c2ab7794a6f060513f63e8ff2367222b86b430aa5d20b224
|
| 3 |
+
size 9115872
|