multimodalart HF Staff commited on
Commit
001ee71
·
verified ·
1 Parent(s): 7670b1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1571,10 +1571,10 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=CSS) as demo:
1571
  )
1572
  gr.Markdown(
1573
  "MiniMax Music 3 is a music generation model designed to support the creation of full-length songs"
1574
- "[[prompting guide/skill]](https://github.com/MiniMax-AI/MiniMax-Music3/skills/music-caption-rewriter/SKILL.md)"
1575
- "[[model]](https://huggingface.co/MiniMaxAI/MiniMax-Music3) "
1576
- "[[project]](https://minimax-ai.github.io/music3-demo/) "
1577
- "[[use locally with diffusers]](https://github.com/huggingface/diffusers/blob/82319140e0456fd58beff0a251c38825bfc310de/docs/source/en/api/pipelines/minimax_music3.md)"
1578
  )
1579
  with gr.Row():
1580
  with gr.Column():
 
1571
  )
1572
  gr.Markdown(
1573
  "MiniMax Music 3 is a music generation model designed to support the creation of full-length songs"
1574
+ "[[prompting guide and skill]](https://huggingface.co/spaces/multimodalart/minimax-music3-prompting-guide) | "
1575
+ "[[model]](https://huggingface.co/MiniMaxAI/MiniMax-Music3) | "
1576
+ "[[project]](https://minimax-ai.github.io/music3-demo/) | "
1577
+ "[[run locally with diffusers]](https://github.com/huggingface/diffusers/blob/82319140e0456fd58beff0a251c38825bfc310de/docs/source/en/api/pipelines/minimax_music3.md)"
1578
  )
1579
  with gr.Row():
1580
  with gr.Column():