pavishnikarthikeyan commited on
Commit
e08eee4
·
verified ·
1 Parent(s): ed92b0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ demo = gr.Interface(
21
  description="This application is used to summarize the text"
22
  )
23
 
24
- demo.launch()
 
21
  description="This application is used to summarize the text"
22
  )
23
 
24
+ demo.launch(share=True)