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