Integrate MusicGPT API generation into booth-musicgpt v0.7.0

This commit is contained in:
Troll (Hermes Agent) 2026-08-10 22:01:08 +00:00
parent 99855b1212
commit 2ca148be9b
12 changed files with 721 additions and 44 deletions

View file

@ -128,6 +128,13 @@
</div>
{% endif %}
<!-- Album cover -->
{% if req.album_cover_url %}
<div style="text-align:center;margin:1rem 0">
<img src="{{ req.album_cover_url }}" alt="Album cover" style="max-width:320px;border-radius:.5rem">
</div>
{% endif %}
<!-- Version A player -->
<div class="player">
<h3>Version A</h3>