Spaces:
Running
Running
slim title
Browse files
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.
|
| 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 ----
|