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