Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Karzan
/
bart-ckb-summarization
like
2
Runtime error
App
Files
Files
Community
8593822
bart-ckb-summarization
/
app.py
Karzan
Rename app.oy to app.py
8593822
verified
4 months ago
raw
Copy download link
history
blame
Safe
98 Bytes
import
gradio
as
gr
io2 = gr.Interface.load(
"Karzan/bart-summarization"
)
io2.launch(share=
False
)