ColeGuion commited on
Commit
549c027
·
verified ·
1 Parent(s): 4039663

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -88,7 +88,10 @@ examples=[['Give me the grammatically correct version of the sentence: "We shood
88
  ["Would this block of HTML code run?\n```\n\n```", None, None, None, None, None,],
89
  ["I have been to New York last summer.", None, None, None, None, None,],
90
  ["We shood buy an car.", None, None, None, None, None,],
91
- ["People is coming to my party.", None, None, None, None, None,],]
 
 
 
92
 
93
  gr.ChatInterface(
94
  fn=generate,
 
88
  ["Would this block of HTML code run?\n```\n\n```", None, None, None, None, None,],
89
  ["I have been to New York last summer.", None, None, None, None, None,],
90
  ["We shood buy an car.", None, None, None, None, None,],
91
+ ["People is coming to my party.", None, None, None, None, None,],
92
+ ["She is more taller.", None, None, None, None, None,],
93
+ ["Their were lot of sheeps.", None, None, None, None, None,],
94
+ ]
95
 
96
  gr.ChatInterface(
97
  fn=generate,