Spaces:
Runtime error
Runtime error
another try
Browse files
app.py
CHANGED
|
@@ -259,51 +259,51 @@ with gr.Blocks() as demo:
|
|
| 259 |
gr.Markdown("""
|
| 260 |
### Dark Trap by Jerry
|
| 261 |
|
| 262 |
-
> this is just a test
|
| 263 |
-
> don't worry about what I say
|
| 264 |
-
> the lyrics want to go crazy
|
| 265 |
-
> when pushed too hard
|
| 266 |
-
> take it easy and relax
|
| 267 |
-
> this is moving too fast
|
| 268 |
-
> I can help you be
|
| 269 |
-
> a better singer
|
| 270 |
""")
|
| 271 |
with gr.Column():
|
| 272 |
gr.Markdown("""
|
| 273 |
### Happy Birthday by Jerry
|
| 274 |
|
| 275 |
-
> happy birthday to you
|
| 276 |
-
> happy birthday to you!
|
| 277 |
-
> happy birthday dear Laura
|
| 278 |
-
> happy birthday to you!
|
| 279 |
""")
|
| 280 |
with gr.Column():
|
| 281 |
gr.Markdown("""
|
| 282 |
### Deck the Halls by Cecilia
|
| 283 |
|
| 284 |
-
> Deck the halls with boughs of holly
|
| 285 |
-
> Fa la la la la, la la la la
|
| 286 |
-
> 'Tis the season to be jolly
|
| 287 |
-
> Fa la la la la, la la la la
|
| 288 |
|
| 289 |
""")
|
| 290 |
with gr.Column():
|
| 291 |
gr.Markdown("""
|
| 292 |
### Levitate by Ed
|
| 293 |
|
| 294 |
-
> this is just a test
|
| 295 |
-
> don’t worry about what I say
|
| 296 |
-
> the lyrics want to go crazy
|
| 297 |
-
> when pushed too hard
|
| 298 |
""")
|
| 299 |
with gr.Column():
|
| 300 |
gr.Markdown("""
|
| 301 |
### Move Your Body by Cecilia
|
| 302 |
|
| 303 |
-
> this is just a test
|
| 304 |
-
> don’t worry now
|
| 305 |
-
> the lyrics will come the less you think about them
|
| 306 |
-
> just feel the melody
|
| 307 |
""")
|
| 308 |
|
| 309 |
|
|
|
|
| 259 |
gr.Markdown("""
|
| 260 |
### Dark Trap by Jerry
|
| 261 |
|
| 262 |
+
> this is just a test
|
| 263 |
+
> don't worry about what I say
|
| 264 |
+
> the lyrics want to go crazy
|
| 265 |
+
> when pushed too hard
|
| 266 |
+
> take it easy and relax
|
| 267 |
+
> this is moving too fast
|
| 268 |
+
> I can help you be
|
| 269 |
+
> a better singer
|
| 270 |
""")
|
| 271 |
with gr.Column():
|
| 272 |
gr.Markdown("""
|
| 273 |
### Happy Birthday by Jerry
|
| 274 |
|
| 275 |
+
> happy birthday to you
|
| 276 |
+
> happy birthday to you!
|
| 277 |
+
> happy birthday dear Laura
|
| 278 |
+
> happy birthday to you!
|
| 279 |
""")
|
| 280 |
with gr.Column():
|
| 281 |
gr.Markdown("""
|
| 282 |
### Deck the Halls by Cecilia
|
| 283 |
|
| 284 |
+
> Deck the halls with boughs of holly
|
| 285 |
+
> Fa la la la la, la la la la
|
| 286 |
+
> 'Tis the season to be jolly
|
| 287 |
+
> Fa la la la la, la la la la
|
| 288 |
|
| 289 |
""")
|
| 290 |
with gr.Column():
|
| 291 |
gr.Markdown("""
|
| 292 |
### Levitate by Ed
|
| 293 |
|
| 294 |
+
> this is just a test
|
| 295 |
+
> don’t worry about what I say
|
| 296 |
+
> the lyrics want to go crazy
|
| 297 |
+
> when pushed too hard
|
| 298 |
""")
|
| 299 |
with gr.Column():
|
| 300 |
gr.Markdown("""
|
| 301 |
### Move Your Body by Cecilia
|
| 302 |
|
| 303 |
+
> this is just a test
|
| 304 |
+
> don’t worry now
|
| 305 |
+
> the lyrics will come the less you think about them
|
| 306 |
+
> just feel the melody
|
| 307 |
""")
|
| 308 |
|
| 309 |
|