mnist-custom-keras-model / load-model-from-huggingface.py
Manu
Initial commit
af44b2b
raw
history blame
108 Bytes
from huggingface_hub import from_pretrained_keras
model = from_pretrained_keras("manufy/mnist_model_keras")