uday210 commited on
Commit
0206450
·
verified ·
1 Parent(s): 1f5bea2

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=summary,
18
  outputs=[gr.Textbox(label="Summarized text",lines=4)],
19
  title="@GenAILearniverse Project 1: Text Summarizer",
20
  description="THIS APPLICATION WILL BE USED TO SUMMARIZE THE TEXT")
21
- demo.launch(share=True)
 
18
  outputs=[gr.Textbox(label="Summarized text",lines=4)],
19
  title="@GenAILearniverse Project 1: Text Summarizer",
20
  description="THIS APPLICATION WILL BE USED TO SUMMARIZE THE TEXT")
21
+ demo.launch()