Spaces:
Running
on
A100
Running
on
A100
Update app.py
Browse files
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 |
|