Integrate MusicGPT API generation into booth-musicgpt v0.7.0
This commit is contained in:
parent
99855b1212
commit
2ca148be9b
12 changed files with 721 additions and 44 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue