multimodalart HF Staff commited on
Commit
30702c2
·
verified ·
1 Parent(s): bc8fe79

Rebuild on current main (57e8935): keep only the MiniMaxAI/MiniMax-Music3 swap

Browse files
Files changed (2) hide show
  1. README.md +1 -3
  2. app.py +6 -5
README.md CHANGED
@@ -6,9 +6,7 @@ colorTo: purple
6
  sdk: gradio
7
  sdk_version: 6.24.0
8
  app_file: app.py
9
- pinned: false
10
- models:
11
- - MiniMaxAI/MiniMax-Music3
12
  suggested_hardware: zero-a10g
13
  ---
14
 
 
6
  sdk: gradio
7
  sdk_version: 6.24.0
8
  app_file: app.py
9
+ pinned: true
 
 
10
  suggested_hardware: zero-a10g
11
  ---
12
 
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: 600px; max-width: 100%; }
1554
  .mm3-logo-dark { display: none; }
1555
  .dark .mm3-logo-light { display: none; }
1556
  .dark .mm3-logo-dark { display: block; }
@@ -1570,10 +1570,11 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=CSS) as demo:
1570
  padding=False,
1571
  )
1572
  gr.Markdown(
1573
- "MiniMax Music 3.0 is a music generation model designed to support the creation of full-length songs. "
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)"
 
1577
  )
1578
  with gr.Row():
1579
  with gr.Column():
 
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 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():