Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -1550,7 +1550,7 @@ CSS = """
|
|
| 1550 |
#col-container { max-width: 1300px; margin: 0 auto; }
|
| 1551 |
.dark .gradio-container { color: var(--body-text-color); }
|
| 1552 |
.html-container{padding: 0}
|
| 1553 |
-
.mm3-logo { display: block; margin: 8px auto 0; width:
|
| 1554 |
.mm3-logo-dark { display: none; }
|
| 1555 |
.dark .mm3-logo-light { display: none; }
|
| 1556 |
.dark .mm3-logo-dark { display: block; }
|
|
@@ -1570,7 +1570,8 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=CSS) as demo:
|
|
| 1570 |
padding=False,
|
| 1571 |
)
|
| 1572 |
gr.Markdown(
|
| 1573 |
-
"MiniMax Music 3
|
|
|
|
| 1574 |
"[[model]](https://huggingface.co/MiniMaxAI/MiniMax-Music3) "
|
| 1575 |
"[[project]](https://minimax-ai.github.io/music3-demo/) "
|
| 1576 |
"[[use locally with diffusers]](https://github.com/huggingface/diffusers/blob/82319140e0456fd58beff0a251c38825bfc310de/docs/source/en/api/pipelines/minimax_music3.md)"
|
|
|
|
| 1550 |
#col-container { max-width: 1300px; margin: 0 auto; }
|
| 1551 |
.dark .gradio-container { color: var(--body-text-color); }
|
| 1552 |
.html-container{padding: 0}
|
| 1553 |
+
.mm3-logo { display: block; margin: 8px auto 0; width: 500px; max-width: 100%; }
|
| 1554 |
.mm3-logo-dark { display: none; }
|
| 1555 |
.dark .mm3-logo-light { display: none; }
|
| 1556 |
.dark .mm3-logo-dark { display: block; }
|
|
|
|
| 1570 |
padding=False,
|
| 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)"
|