Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
YassoCodes
/
facebook-blenderbot-400M-distill
like
0
Running
App
Files
Files
Community
main
facebook-blenderbot-400M-distill
/
app.py
YassoCodes
initial commit
279e67a
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
80 Bytes
import
gradio
as
gr
gr.load(
"models/facebook/blenderbot-400M-distill"
).launch()