Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kochaporn
/
models
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2f516be
models
/
app.py
kochaporn
Update app.py
2f516be
about 2 years ago
raw
Copy download link
history
blame
203 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/facebook/bart-base"
,
theme=
"default"
,
css=
".footer{display:none !important}"
,
title=
None
).launch()