vishnun commited on
Commit
8b030aa
1 Parent(s): 0eef91c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -8,13 +8,14 @@ tmodel = T5ForConditionalGeneration.from_pretrained('./')
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
 
19
  input_text = form.selectbox(label="Choose an example",
20
  options=examples)
 
8
 
9
  form = st.form("T5-form")
10
 
11
+ examples =["Look if ther 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
+ "Wheir do you live?",
17
+ "It wis great mieting with you all"
18
+ ]
19
 
20
  input_text = form.selectbox(label="Choose an example",
21
  options=examples)