Nekochu commited on
Commit
1e6f1c3
·
1 Parent(s): 4b376ab

slim title

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -383,12 +383,7 @@ def build_ui():
383
  .status-box { font-family: monospace; font-size: 0.85em; }
384
  """,
385
  ) as demo:
386
- gr.HTML("<h1 class='main-title'>ACE-Step 1.5 Music Generation (CPU)</h1>")
387
- gr.HTML(
388
- "<p style='text-align:center;'>Text-to-music generation and LoRA training, "
389
- "running entirely on CPU. Based on "
390
- "<a href='https://github.com/ace-step/ACE-Step-1.5'>ACE-Step 1.5</a>.</p>"
391
- )
392
 
393
  with gr.Tabs():
394
  # ---- Generate Tab ----
 
383
  .status-box { font-family: monospace; font-size: 0.85em; }
384
  """,
385
  ) as demo:
386
+ gr.Markdown("**ACE-Step 1.5 (CPU)** — [source](https://github.com/ace-step/ACE-Step-1.5)")
 
 
 
 
 
387
 
388
  with gr.Tabs():
389
  # ---- Generate Tab ----