Update README.md
Browse files
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
|
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 |
|