Karzan commited on
Commit
4e56355
1 Parent(s): e35ad32

Create app.oy

Browse files
Files changed (1) hide show
  1. app.oy +5 -0
app.oy ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ io2 = gr.Interface.load("Karzan/bart-summarization")
4
+
5
+ io2.launch(share=False)