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")