wjbmattingly
commited on
Commit
•
ec71969
1
Parent(s):
154a67d
Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ from PIL import Image
|
|
43 |
import requests
|
44 |
|
45 |
# load image from the IAM database
|
46 |
-
|
47 |
image = Image.open(requests.get(url, stream=True).raw).convert("RGB")
|
48 |
|
49 |
processor = TrOCRProcessor.from_pretrained('medieval-data/trocr-medieval-cursiva')
|
|
|
43 |
import requests
|
44 |
|
45 |
# load image from the IAM database
|
46 |
+
https://huggingface.co/medieval-data/trocr-medieval-cursiva/resolve/main/images/cursiva-1.png
|
47 |
image = Image.open(requests.get(url, stream=True).raw).convert("RGB")
|
48 |
|
49 |
processor = TrOCRProcessor.from_pretrained('medieval-data/trocr-medieval-cursiva')
|