BigSalmon commited on
Commit
c3c8d7b
1 Parent(s): 5912a37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -22
app.py CHANGED
@@ -13,28 +13,14 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
13
 
14
  st.text('''Check out this other space: https://huggingface.co/spaces/BigSalmon/GPT2Space''')
15
 
16
- st.text('''How To Make Prompt:
17
-
18
- informal english: netflix made a ton of money through squidgame, only spending a few millions, while it became a internationally loved show.
19
- Translated into the Style of Abraham Lincoln: netflix reaped handsome profits from squid game, committing only a small sum of money while basking in international acclaim.
20
- Translated into the Style of Abraham Lincoln: ponying but a paltry sum to its production, netflix nevertheless reaped exorbitant returns from squid game amid its overwhelming reception that resounded around the globe.
21
-
22
- informal english: garage band has made people who know nothing about music good at creating music.
23
- 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 ).
24
-
25
- informal english: chrome extensions can make doing regular tasks much easier to get done.
26
- Translated into the Style of Abraham Lincoln: chrome extensions ( yield the boon of time-saving convenience / ( expedite the ability to / unlock the means to more readily ) accomplish everyday tasks / turbocharges the velocity with which one can conduct their obligations ).
27
-
28
- informal english: broadband is finally expanding to rural areas, a great development that will thrust them into modern life.
29
- Translated into the Style of Abraham Lincoln: broadband is ( ( finally / at last / after years of delay ) arriving in remote locations / springing to life in far-flung outposts / inching into even the most backwater corners of the nation ) that will ( hasten their transition into the modern age / leap-frog them into the twenty-first century / facilitate their integration into contemporary life ).
30
-
31
- informal english: national parks are a big part of the us culture.
32
- Translated into the Style of Abraham Lincoln: the culture of the united states is ( inextricably ( bound up with / molded by / enriched by / enlivened by ) its ( serene / picturesque / pristine / breathtaking ) national parks ).
33
-
34
- informal english: corn fields are all across illinois, visible once you leave chicago.
35
- 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.
36
-
37
- informal english:''')
38
 
39
  @st.cache(allow_output_mutation=True)
40
  def get_model():
13
 
14
  st.text('''Check out this other space: https://huggingface.co/spaces/BigSalmon/GPT2Space''')
15
 
16
+ st.text('''How To Make Prompt: https://huggingface.co/BigSalmon/DefinitionsSynonyms3
17
+
18
+ part of speech- verb
19
+ definition: grow less in intensity or degree
20
+ ex. rather than leave immediately and be drenched, they waited for the storm to ________
21
+ synonyms: subside; moderate; decrease
22
+ antonyms: increase
23
+ word: abate''')
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
  @st.cache(allow_output_mutation=True)
26
  def get_model():