mamakos commited on
Commit
17ce081
·
verified ·
1 Parent(s): 8297465

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ import closedmindedness
32
  model = closedmindedness.classifier()
33
 
34
  text_1 = "I will never change my mind."
35
- text_2 = "What a beautiful day."
36
  texts = [text_1, text_2]
37
  probs = model.predict(texts)
38
  print(probs) # []
 
32
  model = closedmindedness.classifier()
33
 
34
  text_1 = "I will never change my mind."
35
+ text_2 = "I went to the movies yesterday."
36
  texts = [text_1, text_2]
37
  probs = model.predict(texts)
38
  print(probs) # []