Update README.md
Browse files
README.md
CHANGED
@@ -41,9 +41,8 @@ argument = ''''Towed three times and impounded for 30 days each time? Man, you'r
|
|
41 |
|
42 |
out = pipe(argument)
|
43 |
|
44 |
-
# LABEL_1 = Inappropriate
|
45 |
print(out)
|
46 |
-
#[{'label': 'LABEL_1', 'score': 0.9970095157623291}]
|
47 |
```
|
48 |
|
49 |
## Citation
|
|
|
41 |
|
42 |
out = pipe(argument)
|
43 |
|
|
|
44 |
print(out)
|
45 |
+
# [{'label': 'LABEL_1', 'score': 0.9970095157623291}] = Inappropriate
|
46 |
```
|
47 |
|
48 |
## Citation
|