Update app.py
Browse files
app.py
CHANGED
@@ -376,6 +376,19 @@ with gr.Blocks() as demo:
|
|
376 |
|
377 |
gr.Examples(
|
378 |
examples=[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
379 |
[
|
380 |
"rap piano street tough piercing vocal hip-hop synthesizer clear vocal male",
|
381 |
"""[verse]
|
|
|
376 |
|
377 |
gr.Examples(
|
378 |
examples=[
|
379 |
+
["Rap-Rock Hybrid Punk basslines Scream-rap fusion Crowd chant vocals Distorted turntable scratches Rebel male vocal",
|
380 |
+
"""[verse]
|
381 |
+
I'm the glitch in the algorithm's perfect face
|
382 |
+
Spit code red in 8-bit, corrupt the marketplace
|
383 |
+
Leather jacket pixels in a digital storm
|
384 |
+
Got meme knives that go viral, keep the normies warm
|
385 |
+
|
386 |
+
[chorus]
|
387 |
+
BREAK-CORE! (Break-core!)
|
388 |
+
Code-slicin' through the mainframe's bore
|
389 |
+
FAKE WAR! (Fake war!)
|
390 |
+
Trend-detonate, I'm the feedback roar
|
391 |
+
"""],
|
392 |
[
|
393 |
"rap piano street tough piercing vocal hip-hop synthesizer clear vocal male",
|
394 |
"""[verse]
|