Update README.md
Browse files
README.md
CHANGED
|
@@ -85,9 +85,9 @@ for sample in samples:
|
|
| 85 |
print(pipe(sample))
|
| 86 |
|
| 87 |
# Output
|
| 88 |
-
[{'label': 'Place', 'score': 0.
|
| 89 |
-
[{'label': 'Person', 'score': 0.
|
| 90 |
-
[{'label': 'Misc', 'score': 0.
|
| 91 |
|
| 92 |
```
|
| 93 |
|
|
|
|
| 85 |
print(pipe(sample))
|
| 86 |
|
| 87 |
# Output
|
| 88 |
+
[{'label': 'Place', 'score': 0.9956912398338318}]
|
| 89 |
+
[{'label': 'Person', 'score': 0.9895496368408203}]
|
| 90 |
+
[{'label': 'Misc', 'score': 0.993893563747406}]
|
| 91 |
|
| 92 |
```
|
| 93 |
|