BigSalmon commited on
Commit
3db5ff3
·
1 Parent(s): 30c5c51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -17,32 +17,32 @@ model, tokenizer = get_model()
17
 
18
  st.text('''How To Make Prompt:
19
 
20
- ###
21
 
22
  Translated into the Style of Abraham Lincoln: at a time when nintendo has become inflexible, ( stubbornly bent on / firmly set on / unyielding in its insistence on / steadfastly transfixed by / uncompromising in its commitment to / rigidly decided on ) consoles that are tethered to a fixed iteration, sega diligently curates its legacy of classic video games on handheld devices.
23
  informal english: garage band has made people who know nothing about music good at creating music.
24
 
25
- ###
26
 
27
  Translated into the Style of Abraham Lincoln: garage band ( offers the uninitiated in music the ability to produce professional-quality compositions / catapults those for whom music is an uncharted art the ability the realize masterpieces / stimulates music novice's competency to yield sublime arrangements / begets individuals of rudimentary musical talent the proficiency to fashion elaborate suites ).
28
  informal english: chrome extensions can make doing regular tasks much easier to get done.
29
 
30
- ###
31
 
32
  Translated into the Style of Abraham Lincoln: corn fields ( permeate illinois / span the state of illinois / ( occupy / persist in ) all corners of illinois / line the horizon of illinois / envelop the landscape of illinois ), manifesting themselves visibly as one ventures beyond chicago.
33
  informal english:
34
 
35
- ###
36
 
37
  OR
38
 
39
- ###
40
  - declining viewership facing the nba.
41
  - does not have to be this way.
42
  - in fact, many solutions exist.
43
  - the four point line would surely draw in eyes.
44
  text: failing to draw in the masses, the nba has ( fallen into / succumb to / bowed to ) disrepair. such does not have to be the case, however. in fact, a myriad of simple, relatively cheap ( solutions / interventions / enhancements ) could revive the league. the addition of the much-hyped four-point line would surely juice viewership.
45
- ###
46
  -''')
47
 
48
  temp = st.sidebar.slider("Temperature", 0.7, 1.5)
 
17
 
18
  st.text('''How To Make Prompt:
19
 
20
+ ***
21
 
22
  Translated into the Style of Abraham Lincoln: at a time when nintendo has become inflexible, ( stubbornly bent on / firmly set on / unyielding in its insistence on / steadfastly transfixed by / uncompromising in its commitment to / rigidly decided on ) consoles that are tethered to a fixed iteration, sega diligently curates its legacy of classic video games on handheld devices.
23
  informal english: garage band has made people who know nothing about music good at creating music.
24
 
25
+ ***
26
 
27
  Translated into the Style of Abraham Lincoln: garage band ( offers the uninitiated in music the ability to produce professional-quality compositions / catapults those for whom music is an uncharted art the ability the realize masterpieces / stimulates music novice's competency to yield sublime arrangements / begets individuals of rudimentary musical talent the proficiency to fashion elaborate suites ).
28
  informal english: chrome extensions can make doing regular tasks much easier to get done.
29
 
30
+ ***
31
 
32
  Translated into the Style of Abraham Lincoln: corn fields ( permeate illinois / span the state of illinois / ( occupy / persist in ) all corners of illinois / line the horizon of illinois / envelop the landscape of illinois ), manifesting themselves visibly as one ventures beyond chicago.
33
  informal english:
34
 
35
+ ***
36
 
37
  OR
38
 
39
+ ***
40
  - declining viewership facing the nba.
41
  - does not have to be this way.
42
  - in fact, many solutions exist.
43
  - the four point line would surely draw in eyes.
44
  text: failing to draw in the masses, the nba has ( fallen into / succumb to / bowed to ) disrepair. such does not have to be the case, however. in fact, a myriad of simple, relatively cheap ( solutions / interventions / enhancements ) could revive the league. the addition of the much-hyped four-point line would surely juice viewership.
45
+ ***
46
  -''')
47
 
48
  temp = st.sidebar.slider("Temperature", 0.7, 1.5)