BenBranyon commited on
Commit
04e19a4
·
verified ·
1 Parent(s): ab9cad7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ DEFAULT_MAX_NEW_TOKENS = 1024
15
  MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "2048"))
16
 
17
  lyrics_pool = [
18
- "[VERSE 1]\nBack when I was broken up chasin after yall shit\npriority was smokin up, tryna keep the bar lit\nI tried to use this pain of mine to fertilize the garden\nI would do it rain or shine, I was overwatering\nwhen you take care of business where the air acidic\nbe careful and beware of it, its parasitic\nfrom wonder valley I extend healing\nyo gonna see for miles if you receive\nhere come the ayurvedic love\n",
19
 
20
  "[INTRO]\nSo now i sprint\narms wide, fists clenched\nthirst not quite quenched\nI know what we can be\nmy feet might bleed my heart might break OK\nbut i remember who we used to be\n\n[VERSE 1]\nDying on the cross of who we used to be\nthen i remembered what we all agreed\nto seek out love in all its different energies\ngo back home and then return a bigger better thing,\nonce upon a time we shared a frequency\nbut now we in a different paradigm\nif it’s interference when you seein me\ni’m in paradise\nuse a different pair of eyes\nwe are not the same\n\n[HOOK]\nWe are not the same\nwe are not the same\neverything changed one day\nwe are not the same\nwe are not the same\ni think i like it better this way\n\n[VERSE 2]\nYou should throw the ceiling back\nwhat’s your code to reattach?\nsometimes when i look up at the sky at night, I see a map\nwayfinder, you free at last\neven though the sea is black\nyou can be a firekeeper too, you just need a match\n\n[VERSE 3]\nI got a different assignment\nits in a different alignment\nI came equipped with additional drivers passenger seat with the blinders\nnaturally gifted and guided\ngradually it became normal to hide it\nfear of the fuel I was given to live in this body would leave me divided\nfeelin far from a higher form\ntemperatures up in the biodome\nmight’ve been off of that microdose when I decided to sit by the firestone\nI saw it all when my eyes were closed\nopened em up now its time to go\nbut something done shifted for all of us all a sudden the light is on, whoa\nsharpen the mind with effort\nsoften the psychic edges\nwith fungus fibers and lettuce the darker the night the better\nthe harder I tie the headdress\nthe farther can fly the message\nreach higher to pull the sun down, i wonder who else remembers\nyeah\n\n[BRIDGE]\nThis is not a hologram or a simulation\nit would be so easy if that were the situation\n\n[OUTRO]\nSo now i sprint\narms wide, fist clenched\nthirst not quite quenched\nI know what we can be\nmy feet might bleed my heart might break OK but i remember who we used to be\nso now i sprint\narms wide, eyes squinched\nthirst not quite quenched\nits a lucid dream\nmy feet might bleed my heart might break OK beloved, none of this is new to me",
21
 
 
15
  MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "2048"))
16
 
17
  lyrics_pool = [
18
+ "[VERSE 1]\nBack when I was broken up chasin after yall shit\npriority was smokin up, tryna keep the bar lit\nI tried to use this pain of mine to fertilize the garden\nI would do it rain or shine, I was overwatering\nwhen you take care of business where the air acidic\nbe careful and beware of it, its parasitic\nfrom wonder valley I extend healing\nyo gonna see for miles if you receive\nhere come the ayurvedic love",
19
 
20
  "[INTRO]\nSo now i sprint\narms wide, fists clenched\nthirst not quite quenched\nI know what we can be\nmy feet might bleed my heart might break OK\nbut i remember who we used to be\n\n[VERSE 1]\nDying on the cross of who we used to be\nthen i remembered what we all agreed\nto seek out love in all its different energies\ngo back home and then return a bigger better thing,\nonce upon a time we shared a frequency\nbut now we in a different paradigm\nif it’s interference when you seein me\ni’m in paradise\nuse a different pair of eyes\nwe are not the same\n\n[HOOK]\nWe are not the same\nwe are not the same\neverything changed one day\nwe are not the same\nwe are not the same\ni think i like it better this way\n\n[VERSE 2]\nYou should throw the ceiling back\nwhat’s your code to reattach?\nsometimes when i look up at the sky at night, I see a map\nwayfinder, you free at last\neven though the sea is black\nyou can be a firekeeper too, you just need a match\n\n[VERSE 3]\nI got a different assignment\nits in a different alignment\nI came equipped with additional drivers passenger seat with the blinders\nnaturally gifted and guided\ngradually it became normal to hide it\nfear of the fuel I was given to live in this body would leave me divided\nfeelin far from a higher form\ntemperatures up in the biodome\nmight’ve been off of that microdose when I decided to sit by the firestone\nI saw it all when my eyes were closed\nopened em up now its time to go\nbut something done shifted for all of us all a sudden the light is on, whoa\nsharpen the mind with effort\nsoften the psychic edges\nwith fungus fibers and lettuce the darker the night the better\nthe harder I tie the headdress\nthe farther can fly the message\nreach higher to pull the sun down, i wonder who else remembers\nyeah\n\n[BRIDGE]\nThis is not a hologram or a simulation\nit would be so easy if that were the situation\n\n[OUTRO]\nSo now i sprint\narms wide, fist clenched\nthirst not quite quenched\nI know what we can be\nmy feet might bleed my heart might break OK but i remember who we used to be\nso now i sprint\narms wide, eyes squinched\nthirst not quite quenched\nits a lucid dream\nmy feet might bleed my heart might break OK beloved, none of this is new to me",
21