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