Update readme.md
Browse files
README.md
CHANGED
@@ -49,7 +49,7 @@ classifier = pipeline(
|
|
49 |
)
|
50 |
|
51 |
sample = '''
|
52 |
-
|
53 |
'''
|
54 |
|
55 |
classifier(sample)
|
|
|
49 |
)
|
50 |
|
51 |
sample = '''
|
52 |
+
PUT SOME TEXT HERE TO CLASSIFY ITS TOPIC
|
53 |
'''
|
54 |
|
55 |
classifier(sample)
|