YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co./docs/hub/model-cards#model-card-metadata)
An utility repo to load conveniently fonts using hf_hub_download:
from huggingface_hub import hf_hub_download
from PIL import ImageFont
font_path = hf_hub_download("jonathang/fonts-ttf", "Vogue.ttf")
font_obj = ImageFont(font_path, encoding="UTF-8")
(based on https://huggingface.co./ybelkada/fonts)
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
HF Inference API was unable to determine this model's library.