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...
a54eb10
DiscordChatter
/
ChatAI
/
chat_ai.py
Radosław Wolnik
s
a54eb10
3 months ago
raw
Copy download link
history
blame
Safe
Wrap lines
106 Bytes
from
transformers
import
pipeline
pipe = pipeline(
"text2text-generation"
, model=
"google/flan-t5-xxl"
)