Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
powolnik
/
DiscordChatter
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7d528e3
DiscordChatter
/
ChatAI
/
chat_ai.py
Radosław Wolnik
s
f5e2b6b
2 months ago
raw
Copy download link
history
blame
Safe
106 Bytes
from
transformers
import
pipeline
pipe = pipeline(
"text2text-generation"
, model=
"google/flan-t5-xxl"
)