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...
b26d149
DiscordChatter
/
ChatAI
/
chat_ai.py
Radosław Wolnik
idk
b26d149
2 months ago
raw
Copy download link
history
blame
119 Bytes
from
transformers
import
pipeline
pipe = pipeline(
"text2text-generation"
, model=
"facebook/blenderbot-400M-distill"
)