vlaurent17 commited on
Commit
2501f34
·
verified ·
1 Parent(s): e81b0a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -79,7 +79,6 @@ from transformers import TrOCRProcessor, VisionEncoderDecoderModel
79
  from PIL import Image
80
  import requests
81
 
82
- # load image from the IAM database (actually this model is meant to be used on printed text)
83
  url = 'https://huggingface.co/qantev/trocr-small-spanish/resolve/main/example_1.png'
84
  image = Image.open(requests.get(url, stream=True).raw).convert("RGB")
85
 
 
79
  from PIL import Image
80
  import requests
81
 
 
82
  url = 'https://huggingface.co/qantev/trocr-small-spanish/resolve/main/example_1.png'
83
  image = Image.open(requests.get(url, stream=True).raw).convert("RGB")
84