KingNish commited on
Commit
a8a1233
·
verified ·
1 Parent(s): 7cd9ebc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +19 -19
app.py CHANGED
@@ -376,6 +376,25 @@ with gr.Blocks() as demo:
376
 
377
  gr.Examples(
378
  examples=[
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
379
  [
380
  "Bass Metalcore Thrash Metal Furious bright vocal male Angry aggressive vocal Guitar",
381
  """[verse]
@@ -396,25 +415,6 @@ All I want is my crew and my gain.
396
  I'm feeling wild, got a bit of rebel style.
397
  Locked inside my mind, hot flame.
398
  """
399
- ],
400
- [
401
- "rap piano street tough piercing vocal hip-hop synthesizer clear vocal male",
402
- """[verse]
403
- Woke up in the morning, sun is shining bright
404
- Chasing all my dreams, gotta get my mind right
405
- City lights are fading, but my vision's clear
406
- Got my team beside me, no room for fear
407
- Walking through the streets, beats inside my head
408
- Every step I take, closer to the bread
409
- People passing by, they don't understand
410
- Building up my future with my own two hands
411
-
412
- [chorus]
413
- This is my life, and I'mma keep it real
414
- Never gonna quit, no, I'm never gonna stop
415
- Through the highs and lows, I'mma keep it real
416
- Living out my dreams with this mic and a deal
417
- """
418
  ]
419
  ],
420
  inputs=[genre_txt, lyrics_txt],
 
376
 
377
  gr.Examples(
378
  examples=[
379
+ [
380
+ "rap piano street tough piercing vocal hip-hop synthesizer clear vocal male",
381
+ """[verse]
382
+ Woke up in the morning, sun is shining bright
383
+ Chasing all my dreams, gotta get my mind right
384
+ City lights are fading, but my vision's clear
385
+ Got my team beside me, no room for fear
386
+ Walking through the streets, beats inside my head
387
+ Every step I take, closer to the bread
388
+ People passing by, they don't understand
389
+ Building up my future with my own two hands
390
+
391
+ [chorus]
392
+ This is my life, and I'mma keep it real
393
+ Never gonna quit, no, I'm never gonna stop
394
+ Through the highs and lows, I'mma keep it real
395
+ Living out my dreams with this mic and a deal
396
+ """
397
+ ],
398
  [
399
  "Bass Metalcore Thrash Metal Furious bright vocal male Angry aggressive vocal Guitar",
400
  """[verse]
 
415
  I'm feeling wild, got a bit of rebel style.
416
  Locked inside my mind, hot flame.
417
  """
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
418
  ]
419
  ],
420
  inputs=[genre_txt, lyrics_txt],