Update README.md
Browse files
README.md
CHANGED
|
@@ -61,7 +61,7 @@ classifier = pipeline(
|
|
| 61 |
)
|
| 62 |
|
| 63 |
# Test the model
|
| 64 |
-
test_names = ["
|
| 65 |
for name in test_names:
|
| 66 |
result = classifier(name)
|
| 67 |
label = result[0]['label']
|
|
|
|
| 61 |
)
|
| 62 |
|
| 63 |
# Test the model
|
| 64 |
+
test_names = ["musk", "zzzzzz", "uhyhu", "trump"]
|
| 65 |
for name in test_names:
|
| 66 |
result = classifier(name)
|
| 67 |
label = result[0]['label']
|