mnist-custom-keras-model / load-model-from-huggingface.py
Manu
update gitignore and cli push
b44a008
raw
history blame contribute delete
111 Bytes
from huggingface_hub import from_pretrained_keras
model = from_pretrained_keras("manufy/mnist_model_keras")