nielsr HF staff commited on
Commit
c783425
1 Parent(s): 8c174de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ for score, label, box in zip(results["scores"], results["labels"], results["boxe
61
  if score > 0.9:
62
  print(
63
  f"Detected {model.config.id2label[label.item()]} with confidence "
64
- f"{round(score.item(), 3)} at location {box}."
65
  )
66
  ```
67
  This should output:
 
61
  if score > 0.9:
62
  print(
63
  f"Detected {model.config.id2label[label.item()]} with confidence "
64
+ f"{round(score.item(), 3)} at location {box}"
65
  )
66
  ```
67
  This should output: