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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -217,7 +217,7 @@ with gr.Blocks() as demo:
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
 
 
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