olgaduchovny commited on
Commit
2cb2a55
1 Parent(s): 1cb0bef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ pred_text, pred_spans = model.predict(
58
  options=options
59
  )
60
 
61
- >>> ('Spain is a Loc', [(99, 104, 'LOC')])
62
  ```
63
 
64
  ## Prediction Sample
58
  options=options
59
  )
60
 
61
+ >>> ('Spain is a Loc.', [(99, 104, 'LOC')])
62
  ```
63
 
64
  ## Prediction Sample