Spaces:
Runtime error
Runtime error
File size: 106 Bytes
f5e2b6b |
1 2 3 4 |
from transformers import pipeline
pipe = pipeline("text2text-generation", model="google/flan-t5-xxl") |