123 / app.py
sanchastar's picture
Update app.py
094d0d4 verified
raw
history blame contribute delete
147 Bytes
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("image-to-text", model="paragon-AI/blip2-image-to-text")