vishnun commited on
Commit
bf1d265
·
1 Parent(s): 19d6696

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -8,12 +8,11 @@ tmodel = T5ForConditionalGeneration.from_pretrained('./')
8
 
9
  form = st.form("T5-form")
10
 
11
- examples =["They're house is on fire",
12
- "Look if their is fire on the top",
13
  "Where os you're car?",
14
  "Iu is going to rain",
15
  "Feel free to raach out to me",
16
- "Life is shoetest so live freely",
17
  "We do the boy actually stole the books",
18
  "I am doing fine. How is you?"]
19
 
 
8
 
9
  form = st.form("T5-form")
10
 
11
+ examples =["Look if their is fire on the top",
 
12
  "Where os you're car?",
13
  "Iu is going to rain",
14
  "Feel free to raach out to me",
15
+ "Will return it to yu once it is donr",
16
  "We do the boy actually stole the books",
17
  "I am doing fine. How is you?"]
18