prateekbh's picture
Create app.py
902fe38 verified
raw
history blame
134 Bytes
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-generation", model="google/gemma-7b")