vsrinivas commited on
Commit
33b2b3a
·
1 Parent(s): dac4ad6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ demo = gr.Interface(fn=summarize,
18
  description="Summarize any text",
19
  allow_flagging="never"
20
  )
21
- demo.launch(share=True)
 
18
  description="Summarize any text",
19
  allow_flagging="never"
20
  )
21
+ demo.launch()