BigSalmon commited on
Commit
04b7a0c
1 Parent(s): e520a45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -15,8 +15,7 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
15
  st.text('''How To Make Prompt:
16
 
17
  informal english: space is huge and needs to be explored.
18
- Translated into the Style of Abraham Lincoln: space awaits traversal, a new world whose boundaries are endless.
19
- Translated into the Style of Abraham Lincoln: space is a boundless expanse, a vast virgin domain awaiting exploration.
20
 
21
  informal english: i am very ready to do that just that.
22
  Translated into the Style of Abraham Lincoln: you can assure yourself of my readiness to work toward this end.
@@ -25,6 +24,9 @@ Translated into the Style of Abraham Lincoln: please be assured that i am most r
25
  informal english: meteors are much harder to see, because they are only there for a fraction of a second.
26
  Translated into the Style of Abraham Lincoln: meteors are not readily detectable, lasting for mere fractions of a second.
27
 
 
 
 
28
  informal english:''')
29
 
30
 
 
15
  st.text('''How To Make Prompt:
16
 
17
  informal english: space is huge and needs to be explored.
18
+ Translated into the Style of Abraham Lincoln: space ( awaits traversal / is a boundless expanse ), a new world whose boundaries are endless.
 
19
 
20
  informal english: i am very ready to do that just that.
21
  Translated into the Style of Abraham Lincoln: you can assure yourself of my readiness to work toward this end.
 
24
  informal english: meteors are much harder to see, because they are only there for a fraction of a second.
25
  Translated into the Style of Abraham Lincoln: meteors are not readily detectable, lasting for mere fractions of a second.
26
 
27
+ informal english: national parks are a big part of the us culture.
28
+ 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 ).
29
+
30
  informal english:''')
31
 
32