CoolFace
Modelpublic

not-lain/test-dynamic-pipeline

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes11downloads
Model Card

how to load the pipeline

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