prashantsv commited on
Commit
9a82ad6
·
verified ·
1 Parent(s): a89a9c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,4 +29,4 @@ demo = gr.Interface(fn=summary,
29
  outputs=[gr.Textbox(label="Summarized text", lines=4)],
30
  title="Text Summarizer",
31
  description="This application will be used to summarise the text")
32
- demo.launch(share=True)
 
29
  outputs=[gr.Textbox(label="Summarized text", lines=4)],
30
  title="Text Summarizer",
31
  description="This application will be used to summarise the text")
32
+ demo.launch()