bigbrain / app.py
PhantHive's picture
Update app.py
e16e02a
Raw
History Blame Contribute Delete
137 Bytes
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-generation", model="PhantHive/bigbrain")