Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mkhan328
/
facebook-blenderbot-400M-distill
like
0
Sleeping
App
Files
Files
Community
main
facebook-blenderbot-400M-distill
/
app.py
mkhan328
initial commit
136ef8d
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
90 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/facebook/blenderbot-400M-distill"
).launch()