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

clickable title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -383,7 +383,7 @@ def build_ui():
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 ----
 
383
  .status-box { font-family: monospace; font-size: 0.85em; }
384
  """,
385
  ) as demo:
386
+ gr.Markdown("**[ACE-Step 1.5 (CPU)](https://github.com/ace-step/ACE-Step-1.5)**")
387
 
388
  with gr.Tabs():
389
  # ---- Generate Tab ----