fffiloni commited on
Commit
3966adf
·
verified ·
1 Parent(s): 32e05c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -215,7 +215,9 @@ with gr.Blocks() as demo:
215
  )
216
  lyrics_txt = gr.Textbox(
217
  label="Lyrics", lines=12,
218
- placeholder="Type the lyrics here...",
 
 
219
  info="Text containing the lyrics for the music generation. These lyrics will be processed and split into structured segments to guide the generation process."
220
  )
221
 
 
215
  )
216
  lyrics_txt = gr.Textbox(
217
  label="Lyrics", lines=12,
218
+ placeholder="""
219
+ Type the lyrics here...
220
+ At least 2 segments, Annotate your segments with brackets, [verse] [chorus] [bridge]",
221
  info="Text containing the lyrics for the music generation. These lyrics will be processed and split into structured segments to guide the generation process."
222
  )
223