OSError: zac/Bad_hands does not appear to have a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack
#1
by
leon-liuchang
- opened
'''
from transformers import pipeline
pipe = pipeline("image-classification", model="zac/Bad_hands")
pipe("test/test.jpg")
'''
When I use it like this, I get an error. How can I adjust it?