AjithBharadwaj commited on
Commit
bce5666
·
1 Parent(s): e587601

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ demo = gr.Interface(fn=summarize,
16
  title="Text summarization"
17
 
18
  )
19
- demo.launch(share=True)
 
16
  title="Text summarization"
17
 
18
  )
19
+ demo.launch(inline = False)