Spaces:
Running
Running
add credit lines to both tabs
Browse files
app.py
CHANGED
|
@@ -863,6 +863,7 @@ def gradio_main():
|
|
| 863 |
# Tab 1: Generate Music
|
| 864 |
# ============================================================
|
| 865 |
with gr.Tab("Generate Music"):
|
|
|
|
| 866 |
with gr.Row(elem_classes="compact-row"):
|
| 867 |
with gr.Column(scale=3):
|
| 868 |
audio_out = gr.Audio(label="Output", type="filepath")
|
|
@@ -920,6 +921,7 @@ def gradio_main():
|
|
| 920 |
# Tab 2: Train LoRA
|
| 921 |
# ============================================================
|
| 922 |
with gr.Tab("Train LoRA"):
|
|
|
|
| 923 |
with gr.Row(elem_classes="compact-row"):
|
| 924 |
with gr.Column(scale=3):
|
| 925 |
train_log = gr.Textbox(
|
|
|
|
| 863 |
# Tab 1: Generate Music
|
| 864 |
# ============================================================
|
| 865 |
with gr.Tab("Generate Music"):
|
| 866 |
+
gr.Markdown("**[ACE-Step 1.5 XL](https://github.com/ace-step/ACE-Step-1.5)** GGUF Q4_K_M via [acestep.cpp](https://github.com/ServeurpersoCom/acestep.cpp)")
|
| 867 |
with gr.Row(elem_classes="compact-row"):
|
| 868 |
with gr.Column(scale=3):
|
| 869 |
audio_out = gr.Audio(label="Output", type="filepath")
|
|
|
|
| 921 |
# Tab 2: Train LoRA
|
| 922 |
# ============================================================
|
| 923 |
with gr.Tab("Train LoRA"):
|
| 924 |
+
gr.Markdown("LoRA training ported from [Side-Step](https://github.com/koda-dernet/Side-Step) | Model: [ACE-Step 1.5](https://github.com/ace-step/ACE-Step-1.5)")
|
| 925 |
with gr.Row(elem_classes="compact-row"):
|
| 926 |
with gr.Column(scale=3):
|
| 927 |
train_log = gr.Textbox(
|