not-lain's picture
commit files to HF hub
5445fc2
|
raw
history blame
157 Bytes

how to load the pipeline

from transformers import pipeline
pipe = pipeline(model="lysandre/test-dynamic-pipeline",trust_remote_code=True)