Spaces:
Runtime error
Runtime error
removing extra spaces
Browse files
app.py
CHANGED
|
@@ -260,19 +260,12 @@ with gr.Blocks() as demo:
|
|
| 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,11 +273,8 @@ with gr.Blocks() as demo:
|
|
| 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,11 +282,8 @@ with gr.Blocks() as demo:
|
|
| 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,11 +292,8 @@ with gr.Blocks() as demo:
|
|
| 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,11 +301,8 @@ with gr.Blocks() as demo:
|
|
| 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 |
|
|
|
|
| 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():
|
|
|
|
| 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():
|
|
|
|
| 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 |
""")
|
|
|
|
| 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():
|
|
|
|
| 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 |
|