Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
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
|
| 1575 |
-
"[[model]](https://huggingface.co/MiniMaxAI/MiniMax-Music3) "
|
| 1576 |
-
"[[project]](https://minimax-ai.github.io/music3-demo/) "
|
| 1577 |
-
"[[
|
| 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():
|