Spaces:
Sleeping
Sleeping
Commit ·
a520582
1
Parent(s): b154efd
docs: note that the Jan-2025 checkpoint is outdated; point to mippia.com for the production service
Browse files- README.md +3 -0
- __pycache__/app.cpython-310.pyc +0 -0
- app.py +3 -0
README.md
CHANGED
|
@@ -13,3 +13,6 @@ short_description: AI Generated Music Detection with Fusion Segment Transformer
|
|
| 13 |
---
|
| 14 |
|
| 15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
> **Note**: The checkpoint served here was trained on data collected up to **January 2025** and is outdated — detections on music from newer AI generators may be incorrect. For a maintained, up-to-date AI music detection service, see [mippia.com](https://mippia.com).
|
__pycache__/app.cpython-310.pyc
ADDED
|
Binary file (7.03 kB). View file
|
|
|
app.py
CHANGED
|
@@ -200,6 +200,9 @@ demo = gr.Interface(
|
|
| 200 |
<p>Authors: Yumin Kim and Seonghyeon Go</p>
|
| 201 |
<p>Submitted to ICASSP 2026. Detects AI-generated music by modeling full audio segments with content-structure fusion.</p>
|
| 202 |
<p>⚠️ Note: On Zero GPU environment, processing may take ~30 seconds per audio file.</p>
|
|
|
|
|
|
|
|
|
|
| 203 |
</div>
|
| 204 |
""",
|
| 205 |
examples=[],
|
|
|
|
| 200 |
<p>Authors: Yumin Kim and Seonghyeon Go</p>
|
| 201 |
<p>Submitted to ICASSP 2026. Detects AI-generated music by modeling full audio segments with content-structure fusion.</p>
|
| 202 |
<p>⚠️ Note: On Zero GPU environment, processing may take ~30 seconds per audio file.</p>
|
| 203 |
+
<p style="color: #b00; font-weight: bold;">⚠️ This demo uses a research checkpoint trained on data up to Jan 2025, which is outdated.
|
| 204 |
+
Results on music from newer AI generators may be wrong.
|
| 205 |
+
For an up-to-date, production AI music detection service, please visit <a href="https://mippia.com" target="_blank">mippia.com</a>.</p>
|
| 206 |
</div>
|
| 207 |
""",
|
| 208 |
examples=[],
|