ThankGod commited on
Commit
39887d0
·
unverified ·
1 Parent(s): 0ea3589

examples-update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ gr.Interface(classify_sentiments,
61
  article = article,
62
  allow_flagging = "never",
63
  live = False,
64
- examples=["This has to be the best Introductory course to machine learning",
65
  "I consider this training an absolute waste of time."]
66
  ).launch()
67
 
 
61
  article = article,
62
  allow_flagging = "never",
63
  live = False,
64
+ examples=["This has to be the best Introductory course in machine learning",
65
  "I consider this training an absolute waste of time."]
66
  ).launch()
67