wjbmattingly
commited on
Commit
•
8ea5029
1
Parent(s):
ae897e9
Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ from PIL import Image
|
|
36 |
import requests
|
37 |
|
38 |
# load image from the IAM database
|
39 |
-
url = 'https://
|
40 |
image = Image.open(requests.get(url, stream=True).raw).convert("RGB")
|
41 |
|
42 |
processor = TrOCRProcessor.from_pretrained('medieval-data/trocr-medieval-castilian-hybrida')
|
|
|
36 |
import requests
|
37 |
|
38 |
# load image from the IAM database
|
39 |
+
url = 'https://huggingface.co/medieval-data/trocr-medieval-castilian-hybrida/resolve/main/images/hybrida-1.png'
|
40 |
image = Image.open(requests.get(url, stream=True).raw).convert("RGB")
|
41 |
|
42 |
processor = TrOCRProcessor.from_pretrained('medieval-data/trocr-medieval-castilian-hybrida')
|