mstatt commited on
Commit
ed53ca6
·
1 Parent(s): 40db572

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -36,6 +36,7 @@ To use this model for user Fear Monger classification, you can follow these step
36
  ```markdown
37
  from transformers import pipeline
38
 
 
39
  classifier = pipeline("text-classification", model="Falconsai/fear_mongering_detection")
40
  classifier(statement)
41
 
 
36
  ```markdown
37
  from transformers import pipeline
38
 
39
+ statement = "The rise of smart cities is part of a covert plan to create a global surveillance network, where every move and action is monitored and controlled."
40
  classifier = pipeline("text-classification", model="Falconsai/fear_mongering_detection")
41
  classifier(statement)
42