config file 18a544a
Sebastiano Maesano commited on
How to use smaesano/flowers-image-detection with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("smaesano/flowers-image-detection", dtype="auto")