lmoncla commited on
Commit
656b104
·
verified ·
1 Parent(s): 681d340

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -85,9 +85,9 @@ for sample in samples:
85
  print(pipe(sample))
86
 
87
  # Output
88
- [{'label': 'Place', 'score': 0.9984947443008423}]
89
- [{'label': 'Person', 'score': 0.9661000370979309}]
90
- [{'label': 'Misc', 'score': 0.9936193823814392}]
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