initial commit 1c13d92
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")