slslslrhfem commited on
Commit ·
51ba620
1
Parent(s): 25474f9
change delete mechanism
Browse files
app.py
CHANGED
|
@@ -423,7 +423,7 @@ def process_audio_for_matching(audio_file):
|
|
| 423 |
<h3 style="color: #111827; margin: 0;">Vocal Matching Results</h3>
|
| 424 |
<p style="color: #6b7280; margin: 5px 0;">Found {len(matches)} similar vocals in Covers80 dataset</p>
|
| 425 |
<p style="color: #2563eb; margin: 5px 0; font-size: 0.9em;">🎵 Listen to original songs and extracted segments</p>
|
| 426 |
-
<p style="color: #9ca3af; margin: 5px 0; font-size: 0.85em;">💡 Scores above
|
| 427 |
</div>
|
| 428 |
{matches_html}
|
| 429 |
</div>
|
|
@@ -474,7 +474,8 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(), title="Music Plagiarism D
|
|
| 474 |
Authors: Seonghyeon Go, Yumin Kim | MIPPIA Inc. | Submitted to ICASSP 2026
|
| 475 |
</p>
|
| 476 |
<hr style="border: none; border-top: 1px solid #e5e7eb; margin: 15px 0;">
|
| 477 |
-
<p><strong>Demo Version Notice:</strong> This demo differs from the paper version and focuses exclusively on vocal
|
|
|
|
| 478 |
<p style="font-size: 0.9em; color: #6b7280; margin: 8px 0;">
|
| 479 |
Structure analysis has been excluded for optimization. Results are derived from all downbeats,
|
| 480 |
so segment boundaries may not align perfectly with musical phrases.
|
|
|
|
| 423 |
<h3 style="color: #111827; margin: 0;">Vocal Matching Results</h3>
|
| 424 |
<p style="color: #6b7280; margin: 5px 0;">Found {len(matches)} similar vocals in Covers80 dataset</p>
|
| 425 |
<p style="color: #2563eb; margin: 5px 0; font-size: 0.9em;">🎵 Listen to original songs and extracted segments</p>
|
| 426 |
+
<p style="color: #9ca3af; margin: 5px 0; font-size: 0.85em;">💡 Scores above 50 generally indicate meaningful similarity for me haha..</p>
|
| 427 |
</div>
|
| 428 |
{matches_html}
|
| 429 |
</div>
|
|
|
|
| 474 |
Authors: Seonghyeon Go, Yumin Kim | MIPPIA Inc. | Submitted to ICASSP 2026
|
| 475 |
</p>
|
| 476 |
<hr style="border: none; border-top: 1px solid #e5e7eb; margin: 15px 0;">
|
| 477 |
+
<p><strong>Demo Version Notice:</strong> This demo differs from the paper version and focuses exclusively on vocal.</p>
|
| 478 |
+
<p> Please use this demo for only understanding the concept of segment-level matching!</p>
|
| 479 |
<p style="font-size: 0.9em; color: #6b7280; margin: 8px 0;">
|
| 480 |
Structure analysis has been excluded for optimization. Results are derived from all downbeats,
|
| 481 |
so segment boundaries may not align perfectly with musical phrases.
|