Spaces:
Runtime error
Runtime error
adding extra spaces to improve markdown text
Browse files
app.py
CHANGED
@@ -223,6 +223,7 @@ with gr.Blocks() as demo:
|
|
223 |
|
224 |
### Disclaimer
|
225 |
Each melody has specific requirements for the lyrics (number of notes per verse and duration of each note).
|
|
|
226 |
Use the examples provided to understand how they work and write valid lyrics to get best results
|
227 |
|
228 |
Also, the length of the song is fixed, if you go over the line numbers the extra lyrics will be ignored.
|
@@ -259,12 +260,19 @@ with gr.Blocks() as demo:
|
|
259 |
### Dark Trap by Jerry
|
260 |
|
261 |
> this is just a test
|
|
|
262 |
> don't worry about what I say
|
|
|
263 |
> the lyrics want to go crazy
|
|
|
264 |
> when pushed too hard
|
|
|
265 |
> take it easy and relax
|
|
|
266 |
> this is moving too fast
|
|
|
267 |
> I can help you be
|
|
|
268 |
> a better singer
|
269 |
""")
|
270 |
with gr.Column():
|
@@ -272,8 +280,11 @@ with gr.Blocks() as demo:
|
|
272 |
### Happy Birthday by Jerry
|
273 |
|
274 |
> happy birthday to you
|
|
|
275 |
> happy birthday to you!
|
|
|
276 |
> happy birthday dear Laura
|
|
|
277 |
> happy birthday to you!
|
278 |
""")
|
279 |
with gr.Column():
|
@@ -281,8 +292,11 @@ with gr.Blocks() as demo:
|
|
281 |
### Deck the Halls by Cecilia
|
282 |
|
283 |
> Deck the halls with boughs of holly
|
|
|
284 |
> Fa la la la la, la la la la
|
|
|
285 |
> 'Tis the season to be jolly
|
|
|
286 |
> Fa la la la la, la la la la
|
287 |
|
288 |
""")
|
@@ -291,8 +305,11 @@ with gr.Blocks() as demo:
|
|
291 |
### Levitate by Ed
|
292 |
|
293 |
> this is just a test
|
|
|
294 |
> don’t worry about what I say
|
|
|
295 |
> the lyrics want to go crazy
|
|
|
296 |
> when pushed too hard
|
297 |
""")
|
298 |
with gr.Column():
|
@@ -300,8 +317,11 @@ with gr.Blocks() as demo:
|
|
300 |
### Move Your Body by Cecilia
|
301 |
|
302 |
> this is just a test
|
|
|
303 |
> don’t worry now
|
|
|
304 |
> the lyrics will come the less you think about them
|
|
|
305 |
> just feel the melody
|
306 |
""")
|
307 |
|
|
|
223 |
|
224 |
### Disclaimer
|
225 |
Each melody has specific requirements for the lyrics (number of notes per verse and duration of each note).
|
226 |
+
|
227 |
Use the examples provided to understand how they work and write valid lyrics to get best results
|
228 |
|
229 |
Also, the length of the song is fixed, if you go over the line numbers the extra lyrics will be ignored.
|
|
|
260 |
### Dark Trap by Jerry
|
261 |
|
262 |
> this is just a test
|
263 |
+
|
264 |
> don't worry about what I say
|
265 |
+
|
266 |
> the lyrics want to go crazy
|
267 |
+
|
268 |
> when pushed too hard
|
269 |
+
|
270 |
> take it easy and relax
|
271 |
+
|
272 |
> this is moving too fast
|
273 |
+
|
274 |
> I can help you be
|
275 |
+
|
276 |
> a better singer
|
277 |
""")
|
278 |
with gr.Column():
|
|
|
280 |
### Happy Birthday by Jerry
|
281 |
|
282 |
> happy birthday to you
|
283 |
+
|
284 |
> happy birthday to you!
|
285 |
+
|
286 |
> happy birthday dear Laura
|
287 |
+
|
288 |
> happy birthday to you!
|
289 |
""")
|
290 |
with gr.Column():
|
|
|
292 |
### Deck the Halls by Cecilia
|
293 |
|
294 |
> Deck the halls with boughs of holly
|
295 |
+
|
296 |
> Fa la la la la, la la la la
|
297 |
+
|
298 |
> 'Tis the season to be jolly
|
299 |
+
|
300 |
> Fa la la la la, la la la la
|
301 |
|
302 |
""")
|
|
|
305 |
### Levitate by Ed
|
306 |
|
307 |
> this is just a test
|
308 |
+
|
309 |
> don’t worry about what I say
|
310 |
+
|
311 |
> the lyrics want to go crazy
|
312 |
+
|
313 |
> when pushed too hard
|
314 |
""")
|
315 |
with gr.Column():
|
|
|
317 |
### Move Your Body by Cecilia
|
318 |
|
319 |
> this is just a test
|
320 |
+
|
321 |
> don’t worry now
|
322 |
+
|
323 |
> the lyrics will come the less you think about them
|
324 |
+
|
325 |
> just feel the melody
|
326 |
""")
|
327 |
|