Update app.py
Browse files
app.py
CHANGED
@@ -61,6 +61,6 @@ gr.Interface(classify_compliant,
|
|
61 |
article = article,
|
62 |
allow_flagging = "never",
|
63 |
live = False,
|
64 |
-
examples=["
|
65 |
"I consider this training an absolute waste of time."]
|
66 |
).launch()
|
|
|
61 |
article = article,
|
62 |
allow_flagging = "never",
|
63 |
live = False,
|
64 |
+
examples=["old account made attempt contact collection agency work payment plan n accept since received numerous call become uncomfortable distracting taking called work",
|
65 |
"I consider this training an absolute waste of time."]
|
66 |
).launch()
|