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
Karzan
commited on
Jul 20
Commit
4e56355
•
1 Parent(s):
e35ad32
Create app.oy
Browse files
Files changed (1)
hide
show
app.oy
+5
-0
app.oy
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import gradio as gr
2
+
3
+
io2 = gr.Interface.load("Karzan/bart-summarization")
4
+
5
+
io2.launch(share=False)