VinMir commited on
Commit
43fe6d5
·
verified ·
1 Parent(s): 876871c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ from transformers import pipeline
34
  classifier = pipeline("text-classification", model="VinMir/GordonAI-fact_checking")
35
 
36
  # Use the model to classify text
37
- result = classifier("The Earth is round.")
38
  print(result)
39
  ```
40
 
 
34
  classifier = pipeline("text-classification", model="VinMir/GordonAI-fact_checking")
35
 
36
  # Use the model to classify text
37
+ result = classifier("The Earth is flat.")
38
  print(result)
39
  ```
40