Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,12 +8,11 @@ tmodel = T5ForConditionalGeneration.from_pretrained('./')
|
|
8 |
|
9 |
form = st.form("T5-form")
|
10 |
|
11 |
-
examples =["
|
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 |
-
"
|
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 |
|