Upload folder using huggingface_hub

#1
No description provided.

how to use :

from transformers import pipeline
pipe = pipeline("image-classification",model="p1atdev/siglip-tagger-test-3",revision="refs/pr/1",trust_remote_code=True)
pipe("download.jpg",
     threshold=0.2 #optional parameter defaults to 0
    )

after merging you can get rid of the revision parameter

This comment has been hidden

closing this and i'm creating a better implementation, should be fixed in refs/pr/2

not-lain changed pull request status to closed

Sign up or log in to comment