koby commited on
Commit
9146b4b
·
1 Parent(s): 7a07cc0

revert box heights to yue2_app.py: style 3, lyrics 8

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -166,8 +166,8 @@ with gr.Blocks(title="YuE2-3B Music") as demo:
166
  gr.Markdown("# YuE2-3B Music Generator\nFull song (vocals + accompaniment) from a style prompt and lyrics.")
167
  with gr.Row():
168
  with gr.Column():
169
- style = gr.Textbox(label="Style prompt", value="Cyber metal, English, aggressive male vocals, distorted guitars, double-kick drums", lines=6)
170
- lyrics = gr.Textbox(label="Lyrics ([verse]/[chorus] etc.)", value="[verse]\nnothing here but static skies\nwe ride the current till it dies", lines=12)
171
  with gr.Row():
172
  cot = gr.Radio(["full", "melody", "off"], value="full", label="CoT mode")
173
  seed = gr.Number(label="Seed", value=0, precision=0)
 
166
  gr.Markdown("# YuE2-3B Music Generator\nFull song (vocals + accompaniment) from a style prompt and lyrics.")
167
  with gr.Row():
168
  with gr.Column():
169
+ style = gr.Textbox(label="Style prompt", value="Cyber metal, English, aggressive male vocals, distorted guitars, double-kick drums", lines=3)
170
+ lyrics = gr.Textbox(label="Lyrics ([verse]/[chorus] etc.)", value="[verse]\nnothing here but static skies\nwe ride the current till it dies", lines=8)
171
  with gr.Row():
172
  cot = gr.Radio(["full", "melody", "off"], value="full", label="CoT mode")
173
  seed = gr.Number(label="Seed", value=0, precision=0)