Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -70,6 +70,8 @@ examples=[['Give me the grammatically correct version of the sentence: "We shood
|
|
70 |
["People is coming to my party.", None, None, None, None, None,],
|
71 |
["She is more taller.", None, None, None, None, None,],
|
72 |
["Their were lot of sheeps.", None, None, None, None, None,],
|
|
|
|
|
73 |
]
|
74 |
|
75 |
gr.ChatInterface(
|
|
|
70 |
["People is coming to my party.", None, None, None, None, None,],
|
71 |
["She is more taller.", None, None, None, None, None,],
|
72 |
["Their were lot of sheeps.", None, None, None, None, None,],
|
73 |
+
["I want to speak English good.", None, None, None, None, None,],
|
74 |
+
["I must to buy a new cartoon book.", None, None, None, None, None,],
|
75 |
]
|
76 |
|
77 |
gr.ChatInterface(
|