Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -1583,10 +1583,10 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=CSS) as demo:
|
|
| 1583 |
)
|
| 1584 |
gr.Markdown(
|
| 1585 |
"MiniMax Music 3 is a music generation model designed to support the creation of full-length songs "
|
| 1586 |
-
"[[prompting guide and skill]](https://github.com/MiniMax-AI/MiniMax-Music3/) | "
|
| 1587 |
"[[model]](https://huggingface.co/MiniMaxAI/MiniMax-Music3) | "
|
| 1588 |
"[[project]](https://minimax-ai.github.io/music3-demo/) | "
|
| 1589 |
-
"[[run locally with diffusers]](https://github.com/huggingface/diffusers/blob/82319140e0456fd58beff0a251c38825bfc310de/docs/source/en/api/pipelines/minimax_music3.md)"
|
|
|
|
| 1590 |
)
|
| 1591 |
with gr.Row():
|
| 1592 |
with gr.Column():
|
|
|
|
| 1583 |
)
|
| 1584 |
gr.Markdown(
|
| 1585 |
"MiniMax Music 3 is a music generation model designed to support the creation of full-length songs "
|
|
|
|
| 1586 |
"[[model]](https://huggingface.co/MiniMaxAI/MiniMax-Music3) | "
|
| 1587 |
"[[project]](https://minimax-ai.github.io/music3-demo/) | "
|
| 1588 |
+
"[[run locally with diffusers]](https://github.com/huggingface/diffusers/blob/82319140e0456fd58beff0a251c38825bfc310de/docs/source/en/api/pipelines/minimax_music3.md) | "
|
| 1589 |
+
"[[prompting guide and skill]](https://github.com/MiniMax-AI/MiniMax-Music3/)"
|
| 1590 |
)
|
| 1591 |
with gr.Row():
|
| 1592 |
with gr.Column():
|