prithivida commited on
Commit
2d50de5
1 Parent(s): 4352eab

Updated examples

Browse files
Files changed (1) hide show
  1. app.py +8 -4
app.py CHANGED
@@ -174,16 +174,20 @@ if __name__ == "__main__":
174
  """)
175
 
176
  examples = [
177
- "what be the reason for everyone leave the comapny",
 
 
 
 
 
 
 
178
  "I am doing fine. How is you?",
179
  "Each of you all should run fast",
180
  "Matt like fish",
181
- "the collection of letters was original used by the ancient Romans",
182
  "We enjoys horror movies",
183
- "Anna and Mike is going skiing",
184
  "I walk to the store and I bought milk",
185
  " We all eat the fish and then made dessert",
186
- "I will eat fish for dinner and drank milk",
187
  ]
188
 
189
  if not st.session_state['models_loaded']:
174
  """)
175
 
176
  examples = [
177
+ "what be the reason for everyone leave the comapny",
178
+ "They're house is on fire",
179
+ "Look if their is fire on the top",
180
+ "Where is you're car?",
181
+ "Its going to rain",
182
+ "Feel free reach out to me",
183
+ "Life is shortest so live freely",
184
+ "We do the boy actually stole the books",
185
  "I am doing fine. How is you?",
186
  "Each of you all should run fast",
187
  "Matt like fish",
 
188
  "We enjoys horror movies",
 
189
  "I walk to the store and I bought milk",
190
  " We all eat the fish and then made dessert",
 
191
  ]
192
 
193
  if not st.session_state['models_loaded']: