not-lain's picture
Update README.md
c61965a verified
|
raw
history blame
192 Bytes


how to load the pipeline

from transformers import pipeline
pipe = pipeline(model="not-lain/test-dynamic-pipeline",trust_remote_code=True)
pipe("hi",second_text="hello")