Update app.py
Browse files
app.py
CHANGED
@@ -447,18 +447,23 @@ with gr.Blocks() as demo:
|
|
447 |
gr.Examples(
|
448 |
examples=[
|
449 |
[
|
450 |
-
"
|
451 |
"""[verse]
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
|
|
|
|
|
|
|
|
456 |
|
457 |
[chorus]
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
|
|
462 |
"""
|
463 |
],
|
464 |
[
|
|
|
447 |
gr.Examples(
|
448 |
examples=[
|
449 |
[
|
450 |
+
"rap piano street tough piercing vocal hip-hop synthesizer clear vocal male",
|
451 |
"""[verse]
|
452 |
+
Late nights grinding, writing down these rhymes
|
453 |
+
Clock is ticking fast, can't afford to waste time
|
454 |
+
Haters gonna hate, but I brush it off
|
455 |
+
Turn the negativity into something strong
|
456 |
+
Mama working hard, wanna make her proud
|
457 |
+
Echoes of her prayers cutting through the crowd
|
458 |
+
Friends turned strangers, but it's all good
|
459 |
+
Focused on my path like I always knew I would
|
460 |
|
461 |
[chorus]
|
462 |
+
This is my life, and I'm aiming for the top
|
463 |
+
Never gonna quit, no, I'm never gonna stop
|
464 |
+
Through the highs and lows, I'mma keep it real
|
465 |
+
Living out my dreams with this mic and a deal
|
466 |
+
|
467 |
"""
|
468 |
],
|
469 |
[
|